Hi, I would like to modify the GUI for the elevator demo. However, when I import the elevator GUI guider file without making any changes, it gets stuck when I press "Generate Code."
Could you please advise what the problem might be? Thank you.
Hi @Bay,
Please try following the same process you are doing but using the latest version of GUI Guider (v1.8.1). This should help as the version you are currently using is quite outdated and therefore could maintain some unexpected bugs.
BR,
Edwin.
Hi Edwin,
I tried to open the project using GuiGuider version 1.6.1, but a dialog appeared stating: The project is created by GuiGuider older than 1.5.0, please upgrade the project by GuiGuider v1.5.0 or 1.5.1 first.
Hi @Bay,
Firstly, I would like to make clear that the latest version of GUI Guider is v1.8.1, so I highly recommend you go for that version instead.
Also, if you are using the elevator demo, there is no need to upgrade the project for each new version of GUI Guider, since the demo project is already present in each. Please just create a new elevator demo on the latest version of GUI Guider and let me know if you are able to generate code there.
BR,
Edwin.
Hi Edwin,
Stating: The project is created by GuiGuider older than 1.6.0, please upgrade the project by Gui Guider v1.6.x first.
Hi @Bay,
I apologize for the inconvenience, but it seems like you will have to download and open the project in GUI Guider 1.6.1 first. Please download it from the following link and try again:
https://www.nxp.com/webapp/Download?colCode=GUI-GUIDER-SETUP-1.6.1-GA-WIN&appType=license
BR,
Edwin.
Hi Edwin,
Finally, can generate the code using GuiGuider v1.6.1, but when I click to run the simulator, it shows 'mingw32-run failed'.
Hi @Bay,
Does this error happen when uploading the code to the board as well? Or only with the simulator?
The actual error message is shown on the console:
As you can see, there seems to be stray backslash "\" symbols. Please go to the specified path and delete the extra "\".
BR,
Edwin.