Problems during configuration according MinGW and RTEMS!

Ralf Corsepius ralf.corsepius at rtems.org
Sat Jan 6 05:13:22 UTC 2007


On Fri, 2007-01-05 at 14:27 +0100, Stefan.Pusl at comneon.com wrote:
> Hello,
> 
> I read in the document "Getting Started with RTEMS" (chapter "Using
> MS-Windows as a Development Host"), that I have to provide a cc program
> by default. So I tried again with the command:
> 
> ln -s i386-rtems4.7-gcc.exe cc.exe 
> 
> As I understood from MinGW, "i386-rtems4.7-gcc.exe" is my nativ
> compiler.
No, your native compiler is "gcc.exe", and probably is being shipped as
part of the MinGW system.

>  But I got the same problem:
> 
> sh ../rtems-4.6.99.3/configure --enable-rtemsbsp=posix
> checking for gmake... no
> checking for make... make
> checking for RTEMS Version... 4.6.99.3
> checking build system type... i686-pc-mingw32
> checking host system type... i686-pc-mingw32
> checking target system type... i686-pc-mingw32
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> configure: creating ./config.status
> configure: configuring in ./tools/build
> configure: running /bin/sh
> '../../../rtems-4.6.99.3/tools/build/configure' '--pr
> efix=/opt/rtems-4.7' '--host=i686-pc-mingw32' '--build=i686-pc-mingw32'
> '--enab
> le-rtemsbsp=posix' '--target=i686-pc-mingw32'  '--cache-file=/dev/null'
> '--srcdi
> r=../../../rtems-4.6.99.3/tools/build'
> checking for gmake... no
> checking for make... make
> checking for RTEMS Version... 4.6.99.3
> checking build system type... i686-pc-mingw32
> checking host system type... i686-pc-mingw32
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for i686-pc-mingw32-gcc... no
> checking for gcc... no
               ^^^
Note this: You don't have a native compiler installed. The MinGW folks
probably ship it somewhere as part of the MinGW distro.

Ralf






More information about the users mailing list