Build MOD5441X demo project by CMake

Post your example source code and application notes to share with others
Post Reply
jandarm
Posts: 7
Joined: Sat Dec 07, 2019 2:35 pm

Build MOD5441X demo project by CMake

Post by jandarm »

User avatar
Jon
Posts: 79
Joined: Mon Feb 05, 2018 10:54 am

Re: Build MOD5441X demo project by CMake

Post by Jon »

Hey Jandarm,

This is great, thank you for taking the time to do this and for sharing the results! =)

One quick note... We've actually taken the `-malign-int` flag out of the build for the most recent versions of the tools. It was needed for a specific library but caused issues in other areas of the code base. If you're running our more recent tools, you will want to remove this from your build script to prevent some very insidious issues from cropping up.

Kind Regards,
Jon
jandarm
Posts: 7
Joined: Sat Dec 07, 2019 2:35 pm

Re: Build MOD5441X demo project by CMake

Post by jandarm »

Thank you, Jon.

I took into account your recommendation.
Post Reply