linuxep / lepd

server daemon of LEP
45 stars 40 forks source link

make ARCH=arm failed #13

Closed JoeyJiao closed 7 years ago

JoeyJiao commented 7 years ago

linuxep/lepd/libs/libsysstat.a: error adding symbols: Archive has no index; run ranlib to add one collect2: error: ld returned 1 exit status Makefile:65: recipe for target 'all' failed make: *** [all] Error 1

linuxep commented 7 years ago

are you using right toolchain? we don't have this problem.

JoeyJiao commented 7 years ago

Which one are you using? I'm working on ubuntu 16.04 LTS, gcc-arm-linux-gnueabi is installed from apt

JoeyJiao commented 7 years ago

OK, find it out, gcc5 not working while gcc-4.9 works

21cnbao commented 7 years ago

can you tell the compile log of gcc5?

JoeyJiao commented 7 years ago

Not an issue, make clean before run make ARCH=arm