Re: make error
Matthias Lange <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 08/31/2015 10:41 AM, Shabnam Engineer wrote: > Hi matthias , > thanks for your answer . > arm-linux-g++ is in the package of fiasco that I downloaded in the route > of /bin/sh, now i must added it to my $path? how can add this to my $path ? arm-linux-* from the snapshot is just a set of sym links pointing to .arm-linux-SCRIPT. You have to adapt DEFAULT_GCC_PATH_PREFIX in that script and point it to your locally installed cross compiler. Matthias. > Regards, > Shabnam > > > > On Monday, August 31, 2015 12:03 PM, Matthias Lange > <[email protected]> wrote: > > > Hi, > > On 08/31/2015 09:10 AM, Shabnam Engineer wrote: >> Hi l4-hackers, >> I want to build fiasco.OC for my rpi , but in "make" command I have >> faced this error : >> >> ****************************************** >> make: arm-linux-g++: Command not found > > It looks like arm-linux-g++ is not in you $PATH. Add the path to your > arm-linux-* binaries to $PATH and you should be good to go. > > Matthias. > > >> /bin/sh: 1: arm-linux-g++: not found >> /bin/sh: 1: arm-linux-g++: not found >> make: arm-linux-g++: Command not found >> make >> > srcdir=/home/shabnam/Desktop/fiasco1/l4re-core-2014092821/src/kernel/fiasco/src >> > objbase=/home/shabnam/Desktop/fiasco1/l4re-core-2014092821/src/kernel/fiasco/mybuild >> -f >> > /home/shabnam/Desktop/fiasco1/l4re-core-2014092821/src/kernel/fiasco/src/Makefile.sub1 >> >> make[1]: arm-linux-g++: Command not found >> make[1]: Entering directory >> > `/home/shabnam/Desktop/fiasco1/l4re-core-2014092821/src/kernel/fiasco/mybuild' >> /bin/sh: 1: arm-linux-g++: not found >> /bin/sh: 1: arm-linux-g++: not found >> make[1]: arm-linux-g++: Command not found >> Checking compiler config... unchanged. >> /bin/sh: 1: arm-linux-ld: not found >> No known ld emulation found >> make[1]: *** [.Host-config] Error 1 >> make[1]: Leaving directory >> > `/home/shabnam/Desktop/fiasco1/l4re-core-2014092821/src/kernel/fiasco/mybuild' >> make: *** [create-sources] Error 2 >> > ****************************************************************************************** >> and also in /bin/sh route we have the arm-linux-g++ file , and I attach >> the screenshots of this route . >> I don't know what to do . >> thank you for considering my question . >> regards, >> shabnam