From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: Dan Brown Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Problem with 'cc1plus' Date: Tue, 30 Jan 2001 05:51:00 -0000 Message-id: <3A76C6EB.D430BE45@redhat.com> References: <3A763918.E18D99BC@bruxton.com> X-SW-Source: 2001-01/msg00470.html Dan Brown wrote: > > I'm bringing up software on an ARM-based board, and trying to rebuild > the GDB stub for an arm-elf target on Windows 2000 using gcc 2.95.2 > (note that I'm not trying to build for a THUMB target). > > During the build, an error occurs that arm-elf-gcc cannot find > 'cc1plus'. The executable in fact does not exist. The error occurs when > building startup.cxx, which has a line of C++ code in it. The compiles > of C code appear to work fine. > > Does anyone have any ideas what could be going wrong? Type "arm-elf-gcc -v". Is there a cc1plus file in the same directory as the specs file it lists there? If not, perhaps your compiler build didn't work for some reason, like not putting quotes in the make argument: LANGUAGES="c c++" Or perhaps you moved the compiler from where it was originally installed? Otherwise, try introducing a "-v" option into the CYGBLD_GLOBAL_CFLAGS CDL option and rebuild. See what cc1plus it is trying to run. Jifl -- Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062 Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine