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:
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
已解决! 转到解答。
Hello Pragmalab
Thanks for your feedback, We know the reason for this problem, and it will be resolved in the next release. and workaround: Create a new project based on your local project, which will work fine.
Best Regards
Liubin
Hello Pragmalab
Thanks for your finding. In order to better fix the issue. Can you provide the following information clearly?
Thanks
Liubin
Sorry I wasn't clear on about the setup:
MCUXpresso does tricky things when showing paths and files. It never represents the file-tree as being present on disc. In stead it will present its workspace file tree. I guess that makes that I can't add the lib path by choosing the Workspace option.
Do we realy need the libs in the \x86 folder to build the (crossplatform) project? Aren't these libs meant for the simulator ?
kind regards,
Rob
...forgot to mention. The 1.5.0 manual is available from within the IDE (Help -> User Guide) but on the GuiGuider NXP info page (https://www.nxp.com/design/software/development-software/gui-guider:GUI-GUIDER) only the 1.4.0 manual is available for download... (while the page announces the 1.5.0 version)