2021-05-04 12:15 AM
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
2021-05-19 07:44 PM
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
2021-05-20 01:51 AM
Thanks for Your reply sir. I will check my path.