Try my example:
https://github.com/lopshopedun/cmake-ne ... ello-world
Enjoy.
Build MOD5441X demo project by CMake
Re: Build MOD5441X demo project by CMake
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
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
Thank you, Jon.
I took into account your recommendation.
I took into account your recommendation.