From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Brown To: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Problem with 'cc1plus' Date: Wed, 31 Jan 2001 16:10:00 -0000 Message-id: <3A77AF9F.EB577C1D@bruxton.com> References: <3A763918.E18D99BC@bruxton.com> <3A76C6EB.D430BE45@redhat.com> X-SW-Source: 2001-01/msg00511.html Jonathan, Thank you very much for the help. The problem turned out to lie in a direction you pointed me in - it was an operator malfunction. When I built the compiler, I wrote LANGUAGES="c c", not LANGUAGES="c c++". This means that I failed to build the C++ support. Now everything works. -- Dan [The following is edited] Jonathan Larmour wrote: > > Dan Brown wrote: > > > > 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. > > 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++" > -- Dan Brown Bruxton Corporation http://www.bruxton.com 206 782-8862