[uClinux-dev] HTTPS library in uCLinux
Gavin Lambert
gavinl at compacsort.com
Tue Nov 6 00:18:25 EST 2007
Quoth Tiberiu Motoc:
> I configured libcurl with the following command:
> ./configure --disable-ares --disable-cookies --disable-crypto-auth
> --disable-ipv6 --disable-verbose --without-libidn --without-zlib
> --disable-ldap --disable-thread --disable-shared
> --with-ssl=/home/motoct/dev/uClinux-dist/lib/libssl/compiled/
> --prefix=/home/motoct/dev/uClinux-dist/lib/libcurl/compiled
> --host=arm-elf-gcc
>
> The config script spit out the following error:
> checking host system type... Invalid configuration `arm-elf-gcc': system
`gcc' not recognized
> configure: error: /bin/bash ./config.sub arm-elf-gcc failed
The configure command line that I've got written down for general
cross-compiling (for m68k, but it's probably similar for ARM) goes like
this:
./configure --target=m68k-uclinux --host=m68k-uclinux (any other options
here)
So you're missing the target option. Maybe that's your problem?
(Admittedly I haven't used configure too much, since I'm still using a
pre-ucfront build of uClinux. So maybe someone else will have a better
idea.)
More information about the uClinux-dev
mailing list