Home arrow Support arrow Forums

Luminary Micro Forums

femtotech

Expert Boarder

2008/07/03 04:41

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

digkleppe

Expert Boarder

2008/07/04 15:46

Re:Compiling DriverLib

I use the non-eabi , no problems
Dig

login or register to reply

femtotech

Expert Boarder

2008/07/04 17:11

Re:Compiling DriverLib

I tried the none-eabi too but it ran into other errors. So I uninstalled everything and I followed again the same procedure.

This time all worked fine. I don't know what I miss before.

Marco

login or register to reply