This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Gcc configuration for i386 PC


A Roturier wrote:
> 
> Hi all,
> 
> I was trying to configure gcc for i386 (after successfully compiling
> and installing binutils) in cygwin under Windows ME with commands
> 
>     mkdir -p /tmp/build/gcc
>     cd /tmp/build/gcc
>     /src/gcc/gcc-2.95.2/configure --target=i386-elf \
>       --prefix=/tools \
>       --exec-prefix=/tools/H-i686-pc-cygwin \
>       --with-gnu-as --with-gnu-ld --with-newlib \
>       -v 2>&1 | tee configure.out
> 
> And the configuration process stopped with such messgaes:
> 
>     :
>     :
>     checking for sys_siglist declaration in signal.h or unistd.h... no
>     checking if mkdir takes one argument... no
>     configuration i386-pc-elf not supported

You forgot to apply the patches described on the web page!

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]