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.

cs-make not found in path

Hi there,

I was following the guide on how to create a ccsv5 project on linux. However, I am gettin this error, when compiling a simple Hello World:

Error: program cs-make not found in path

I correctly installed CodeSourcery (arm-2011.03) and a quick search in it's installation directory did not yield any executable called cs-make. When I try to compile it with the default build command, I am getting the following error:

make all 

Building file: ../main.c
Invoking: Cross GCC Compiler
arm-none-eabi-gcc -O0 -g3 -Wall -c -fmessage-length=0 -march=armv7a, -mtune=cortex-a9 -MMD -MP -MF"main.d" -MT"main.d" -o "main.o" "../main.c"
cc1: error: bad value (armv7a,) for -march switch
make: *** [main.o] Fehler 1

I am not sure whether this is caused by the "wrong" make command. However, I also tried to use -march=armv7-a which results in the same error. I am kind of stuck now.


Regards,

André