Compiling DriverLib
Hello,
on a machine with the CodeSourcery G++ evaluation version installed I was trying to compile the DriverLib.
Following the guide I did:
make --version
GNU Make 3.81
cs-make --version
GNU Make (Sourcery G++ 4.2-68) 3.81
type sh type arm-stellaris-eabi-gcc
return both the right paths.
Then I went to DirverLib root folder and did:
make
for each source file I got:
make[1]: perl: Command not found make[1]: *** [gcc/cpu.o] Error 127
I tried also from Cygwin and using cs-make with no differences.
Any ideas?
Marco
login or register to reply
|