From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yeong Jiun How To: David Korn , "'karsten@thebox-communications.de'" , crossgcc@sourceware.cygnus.com Subject: RE: Error Compiling crossGCC For Arm Date: Sun, 01 Apr 2001 00:00:00 -0000 Message-ID: <4.3.0.20010118093304.00aa4bc0@postman.cwc.nus.edu.sg> References: <718D38CAB6E0D011B2C90060970C28A56425D9@EXCHANGESERVER> X-SW-Source: 2001-q1/msg00143.html Message-ID: <20010401000000.euFXjkeiwEoI_SuL4RpNfrOeq4WPhgMvSMGy0SM7hPU@z> Hi, Like what Dave said, it is the DOS CRLFs problems. Included is the possible procedure to eliminate this problem: Please carry out all steps in cygwin shell. Steps (1) and (5) can be done using your Windows browser. 1. download the tar.gz version of GCC source version 2.95.2 in /src/gcc 2. cd /src/gcc 3. gunzip -vf .tar.gz 4. tar -xvf .tar 5. download gcc patch to support eCos from http://sources.redhat.com/ecos/tools/win-arm-elf.html to /src/gcc/gcc-2.95.2 6. cd /src/gcc/gcc-2.95.2 7. tr -d '\r' < ecos-gcc-2952.pat | patch -p0 8. mkdir /tmp/build/gcc 9. cd /tmp/build/gcc 10. mkdir /gcc-src 11. mount -s -t 'C:\\' /gcc-src 12. /gcc-src/configure --target=arm-elf --prefix=/ --exec-prefix=/ -v 2>&1 | tee configure.out 13. make -w all-gcc install-gcc LANGUAGES="c c++" 2>&1 | tee make.out Cheers, Yeong ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com