Trying to cross build busybox with ELDK 4.2

Reinhard Thies Reinhard.Thies at web.de
Tue Oct 27 14:55:37 UTC 2009


On Tuesday, 27. October 2009, walter harms wrote:
> 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

No I did not make any changes in the Makefile.

Can yout tell me how to add them ?

Thx
Reinhard




More information about the busybox mailing list