Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <000901bf89e8$a5e5ebf0$3425558d@cs.pub.ro> From: "Cristi Caciuloiu" To: Subject: Compiling RTEMS? Date: Thu, 9 Mar 2000 18:58:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Hi, I'm trying to compile RTEMS in a Cygwin environment. As a cross compiler, I use a gcc 2.7.2 for SC100. I also have gcc 2.91.57 from Cygwin. The environment variables for gcc have been set for Motorola's compiler (including GCC_EXEC_PREFIX). Therefore, the native gcc does not work anymore (error finding cpp ....). Unsetting that variable did make it functional. It seems that configure script of that RTOS tests the cross compiler (named sc100-gcc) and also gcc (with a small main function that returns 0, it compiles it, executes it and then tests the value returned by this executable which should be 0). Obvious, gcc is not working in that context. What can I do? Cristi Caciuloiu -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com