This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

getting fatal error

Hi

When i am building the hello world code i am getting the fatal error.

The error i am getting.

Building file: "../main.c"
Invoking: GNU Compiler
"/home/atl/ti/ccs1120/ccs/tools/compiler/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin/arm-none-linux-gnueabihf-gcc-9.2.1" -c -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -marm -Dam3357 -I"/home/atl/workspace_v11/new_1" -I"/home/atl/ti/ccs1120/ccs/tools/compiler/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"main.d_raw" -MT"main.o"   -o"main.o" "../main.c"
subdir_rules.mk:7: recipe for target 'main.o' failed
arm-none-linux-gnueabihf-gcc-9.2.1: fatal error: cannot read spec file ‘nosys.specs’: No such file or directory
compilation terminated.
gmake: *** [main.o] Error 1
arm-none-linux-gnueabihf-gcc-9.2.1: fatal error: cannot read spec file ‘nosys.specs’: No such file or directory
compilation terminated.
gmake: *** [startup_ARMCA8.o] Error 1
Building file: "../startup_ARMCA8.S"
Invoking: GNU Compiler
"/home/atl/ti/ccs1120/ccs/tools/compiler/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin/arm-none-linux-gnueabihf-gcc-9.2.1" -c -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -marm -Dam3357 -I"/home/atl/workspace_v11/new_1" -I"/home/atl/ti/ccs1120/ccs/tools/compiler/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include" -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs"  -o"startup_ARMCA8.o" "../startup_ARMCA8.S"
subdir_rules.mk:14: recipe for target 'startup_ARMCA8.o' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****