Skip to main content
Graduate II
July 23, 2024
Solved

Error1 while building

  • July 23, 2024
  • 1 reply
  • 1355 views

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

    This topic has been closed for replies.
    Best answer by Nico3

    The issue is solved. I deleted the project and imported it again.. now no issue

    1 reply

    Nico3AuthorAnswer
    Graduate II
    July 23, 2024

    The issue is solved. I deleted the project and imported it again.. now no issue