Reinhard Thies schrieb:
> Hi,
> 
> I am trying to cross-compile busybox using ELDK 4.2.
> When I try make I get the following error:
> ppc_6xx-gcc  -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes 
> -Wunused -Wunused-parameter -Wunused-function -Wunused-value 
> -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement 
> -Wold-style-definition -fno-builtin-strlen -finline-limit=0 
> -fomit-frame-pointer -ffunction-sections -fdata-sections 
> -fno-guess-branch-probability -funsigned-char -static-libgcc 
> -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os   
> -std=gnu99 -Iinclude -Ilibbb  -include 
> include/autoconf.h -D_GNU_SOURCE -DNDEBUG  -D"BB_VER=KBUILD_STR(1.16.0.git)" 
> -DBB_BT=AUTOCONF_TIMESTAMP   
> applets/usage_pod.c   m crypt -o applets/usage_pod
> ppc_6xx-gcc: m: No such file or directory
> ppc_6xx-gcc: crypt: No such file or directory
> 

this should be -lm / -lcrypt did you make changes to the makefile or so ?

re,
 wh
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to