[Clfs-support] uClibc error after gcc compile

luca luca at lavabit.com
Sat Sep 13 14:56:56 PDT 2008


> I am comipleing ARM book of CLFS and I got this error when I run make
> CC="${CC} ${BUILD}" 
> 
> clfs:/mnt/clfs/sources/uClibc-0.9.29$ make CC="${CC} ${BUILD}"
> make[1]: `conf' is up to date.
> cc1: error: unrecognized command line option "-m32"

try this:

export CC="-m32"
make
unset CC
make PREFIX=${CLFS} install
..

Hope it helps
luca.




More information about the Clfs-support mailing list