[Busybox] ppc - compile error
Magnus Damm
damm at opensource.se
Mon Aug 19 07:12:03 UTC 2002
>I met an compiling error for ppc.
>Could you telle me how did you solve this problem?
[snip]
>/lib/libc.so.6: could not read symbols: Invalid operation
>collect2: ld returned 1 exit status
You are trying to link against /lib/libc.so.6,
which is the libc for your host system.
In other words:
The linker "ld" is trying to link together files compiled
for ppc with the c-library for you host (x86 probably).
This will not work - use the c-library compiled for ppc instead.
/ magnus
More information about the busybox
mailing list