[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems during configuration according MinGW and RTEMS!
- Date: Fri, 05 Jan 2007 13:35:42 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Problems during configuration according MinGW and RTEMS!
On Fri, 2007-01-05 at 13:29 +0100, Stefan.Pusl at comneon.com wrote:
> Hello,
>
> I have installed MinGW, using the Windows installer
> "rtems4.7-i386-3.exe". Further I installed MYSYS (version 1.0). Then I
> created a symbolic link for gcc:
>
> ln -s i386-rtems4.7-gcc.exe gcc.exe
Why? Don't do this - This simply wrong.
"gcc" is supposed to be your native compiler, while "i386-rtems4.7-gcc"
is a cross-compiler targetting i386-rtems4.7. They are completely
different beasts.
Ralf