cancel
Showing results for 
Search instead for 
Did you mean: 

How to build Touchgfx project with the help of Command Prompt ?

Mani1
Associate II

I created one project with help of Touchgfx generator. The project build successfully in stmcube ide. I build the same project in command prompt at the time i am facing some issues.

Board :STM32F469I

IDE version: 1.6.0

MX version : 6.2.0

Touchgfx :4.16.1

C:\TouchGFXProjects\MyApplication_3>make -f gcc/Makefile assets -j8

gcc/Makefile:82: C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3/TouchGFX/config/gcc/app.mk: Invalid argument

gcc/Makefile:115: C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3/gcc/include/cube_programmer.mk: Invalid argument

find: 'C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3': No such file or directory

gcc/Makefile:286: C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3/gcc/include/flash_sections_int_ext.mk: Invalid argument

make: *** No rule to make target `C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3/gcc/include/flash_sections_int_ext.mk'. Stop.

Thanks

Manikandan D

2 REPLIES 2
Alexandre RENOUX
Principal

Hello @Mani​ ,

I think you have a problem of path.

It literally says that the file path is :  C:/TouchGFXProjects/MyApplication_3/C:/TouchGFXProjects/MyApplication_3/TouchGFX/config/gcc/app.mk

which looks wrong. Your path is somehow added twice in a row.

Have a look on that part ^^

/Alexandre

Mani1
Associate II

Thanks for Your reply sir. I will check my path.