cancel
Showing results for 
Search instead for 
Did you mean: 

Touchgfx Error Der Befehl "Co."

ulwa
Associate II

Hello, 
I'm trying to use TouchGFX. 
I created a new project and clicked on Generate code. 

Afterwards I get the following error message, which I do not know how to handle. Do you have any suggestions?

Generate Code
Copy Framework
Copying TouchGFX framework version 4.24.1 to C:\temp\testgfx\MyApplication\touchgfx
Done
Generate
Wrote config/gcc/app.mk
Wrote config/msvs/Application.props
Wrote generated/gui_generated/include/gui_generated/common/FrontendApplicationBase.hpp
Wrote generated/gui_generated/include/gui_generated/common/FrontendHeapBase.hpp
Wrote generated/gui_generated/include/gui_generated/common/SimConstants.hpp
Wrote generated/gui_generated/include/gui_generated/screen1_screen/Screen1ViewBase.hpp
Wrote generated/gui_generated/src/common/FrontendApplicationBase.cpp
Wrote generated/gui_generated/src/screen1_screen/Screen1ViewBase.cpp
Wrote generated/simulator/gcc/Makefile
Wrote generated/simulator/include/simulator/mainBase.hpp
Wrote generated/simulator/include/simulator/video/DirectFrameBufferVideoController.hpp
Wrote generated/simulator/include/simulator/video/MJPEGDecoder.hpp
Wrote generated/simulator/include/simulator/video/SoftwareMJPEGDecoder.hpp
Wrote generated/simulator/msvs/touchgfx_prebuild.targets
Wrote generated/simulator/msvs/touchgfx_sdl2.props
Wrote generated/simulator/msvs/touchgfx.props
Wrote generated/simulator/src/mainBase.cpp
Wrote generated/simulator/src/video/SoftwareMJPEGDecoder.cpp
Wrote generated/simulator/touchgfx.ico
Wrote generated/simulator/touchgfx.rc
Wrote generated/simulator/touchgfx.res
Wrote generated/user.config
Wrote gui/include/gui/common/FrontendApplication.hpp
Wrote gui/include/gui/common/FrontendHeap.hpp
Wrote gui/include/gui/model/Model.hpp
Wrote gui/include/gui/model/ModelListener.hpp
Wrote gui/include/gui/screen1_screen/Screen1Presenter.hpp
Wrote gui/include/gui/screen1_screen/Screen1View.hpp
Wrote gui/src/common/FrontendApplication.cpp
Wrote gui/src/model/Model.cpp
Wrote gui/src/screen1_screen/Screen1Presenter.cpp
Wrote gui/src/screen1_screen/Screen1View.cpp
Wrote simulator/gcc/Makefile
Wrote simulator/main.cpp
Wrote simulator/msvs/Application.sln
Wrote simulator/msvs/Application.vcxproj
Wrote simulator/msvs/Application.vcxproj.filters
Wrote target.config
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Der Befehl "Co." ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Failed
Failed
12 REPLIES 12
ulwa
Associate II

How do I capture the full output?

Ozone
Principal III

I'm not familiar with CubeIde / TouchGfx.

Might be such an option exists in the project configuration.
Executing make on the command line should normally give you the full output. Which can be quite long.
Or try some of the hints here : https://stackoverflow.com/questions/5820303/how-do-i-force-make-gcc-to-show-me-the-commands

 

ulwa
Associate II

Executing the make commands from the touchGfx Environment console works. 

Only executing from the touchGfx GUI is problematic.

I will just use the console from now on. Maybe its a bug in touchgfx gui.