[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Configuration problem, Dominik Froehlich
- Date: Mon, 22 Jan 2001 17:17:23 +0100
- From: Dominik.Froehlich at epost.de (Dominik Fröhlich)
- Subject: Configuration problem, Dominik Froehlich
Hi,
I am newbie to RTEMS and I have a bit of a configuration problem.
I am using the latest Cygwin-environment under WinNT; the cross development
tools (m68k) are working fine, but unfortunately not together with RTEMS.
At the moment I am struggeling with the configuration process,
everything is working fine til the configure-script in /rtems-4.5.0/c/make
tries to test if my cross compiler is working and generating executables.
This test fails when the script tries to compile the conftest.c file. For it to
succeed I need to use a special CRT0 and to link two extra libraries to adapt
to my special hardware settings. The cross compiler is invoked correctly but
with incomplete/i.e. wrong parameters.
Where do I have to set these parameters (LDFLAGS, LIB)
that they are used even during configuration and all subsequent
compilations ? Is there a manual about configuration issues of RTEMS ?
Thank you in advance
Dominik