2024-07-22 11:43 PM
I imported the project to CUBEIDE and after building , it is showing below errors.
arm-none-eabi-gcc: error: unrecognized command-line option '--no-warn-execstack'
arm-none-eabi-gcc: error: unrecognized command-line option '--no-warn-rwx-segments'
make: *** [makefile:72: railcard.elf] Error 1
Please suggest the solution.
I have added --no-warn-rwx-segments' & --no-warn-execstack in C/C++ Build-> MCU GCC Linker -> Miscellaneous but still seeing error
Solved! Go to Solution.
2024-07-23 03:51 AM
The issue is solved. I deleted the project and imported it again.. now no issue
2024-07-23 03:51 AM
The issue is solved. I deleted the project and imported it again.. now no issue