alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
539 stars 183 forks source link

Generated failed in touchgfx #30

Closed KomKGT closed 2 years ago

KomKGT commented 2 years ago

Hi @alejoseb . I use STM32F4-discovery and first step I use touchgfx to generated code but the touchgfx is fail to generated and show that " Generate Code Generate Wrote config/gcc/app.mk Done Generate Assets make -f simulator/gcc/Makefile assets -j8 process_begin: CreateProcess(NULL, ../Middlewares/ST/touchgfx/framework/tools/imageconvert/build/win/imageconvert.out -r assets/images -w generated/images, ...) failed. make (e=2): The system cannot find the file specified.

    make[1]: *** [images] Error 2
    generated/simulator/gcc/Makefile:215: recipe for target 'images' failed
    simulator/gcc/Makefile:32: recipe for target 'assets' failed
    make: *** [assets] Error 2
    Failed
Failed "

How to fix it ? Please give me some advice I am a newcomer to stm32 (sorry about my english)

alejoseb commented 2 years ago

Sorry, I cannot help with that, your issue is beyond the scope of this library. I cannot provide support with touchgfx since my knowledge of that tool is basic, I would say enough to build the demo that is on the examples, but no more than that.

bnina-ayoub commented 7 months ago

Hey @KomKGT, It's been a while since your problem, I had the same issue but I found that deleting unsupported files from the assets folder will solve it.