Hello all,
I updated to GuiGuider 1.5.0 some weeks ago and was happy to see that NXP kindly fixed the issues I wrote about earlier in this forum. Thanks for that.
Please note that ' out of the box' generated MCUXpresso won't build in MCUXpresso due to missing lib-path includes:
- cannot find -lopenh264
- cannot find -lrlottie
To fix this, you need to have:
-L"<path to your project folder>\lib\x86"
in your buildsettings for the linker. Adding this path (for me) only works by adding the path using the 'Filesystem direcory' method. The 'Workspace' method won't work (lib-subfolders are invisible in the project settings).
Breaking with the MCUXpresso project path and having to include libs from a \x86 (?) folder doesn't feel right. All for the sake of linking to H264 decoders and animation stuff which I don't even use in my GuiGuider project?
I suppose either this library search path needs to get included by default in the projects settings, or some option in GuiGuider should be introduced to disable the need for these 2 new features?
Furthermore the 1.5.0 manual seems missing?
kind regards
Rob