Page 1 of 1

Build MOD5441X demo project by CMake

Posted: Tue Mar 03, 2020 1:01 pm
by jandarm

Re: Build MOD5441X demo project by CMake

Posted: Fri Mar 06, 2020 10:33 am
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

Re: Build MOD5441X demo project by CMake

Posted: Sat Mar 07, 2020 1:50 am
by jandarm
Thank you, Jon.

I took into account your recommendation.