[uClinux-dev] HTTPS library in uCLinux

Tiberiu Motoc tiberiu.motoc at gmail.com
Tue Nov 6 11:35:27 EST 2007


Thanks Gavin,

Unfortunately, --target didn't help, but I got it solved by setting the
right CFLAGS (next post).

On 11/5/07, Gavin Lambert <gavinl at compacsort.com> wrote:
>
> 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.)
>
>
>
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev at uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev at uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.uclinux.org/pipermail/uclinux-dev/attachments/20071106/482ad335/attachment.html


More information about the uClinux-dev mailing list