On Tue, Sep 23, 2014 at 1:18 AM, jaishiv bansal <[email protected]> wrote: > > Hi > > I have downloaded the buildroot from git clone > git://git.buildroot.net/buildroot. > I compiled successfully for my target. But in the bin folder no symlink has > created for binaries.
I'm not sure that I understand which binaries that you'd like. Host tools such as the compiler can be found in the output/host/usr/bin directory. > > I added the bin folder path to #PATH. > > So when i compile uboot with make CROSS_COMPILE=arm-linux- . It gives me > following error > arm-linux-gcc not found. That does not sound like the right prefix. You didn't say what buildroot configuration that you were using so I can't say for sure. However, it's often longer like arm-none-linux-gnueabi- or similar. If you look in your output/host/usr/bin directory, you should see what it is. Also, why don't you let Buildroot build uboot? It will set the CROSS_COMPILE prefix correctly. > Please help. Is there any option/script to create symlink for binaries in bin > folder. I'd recommend updating your PATH rather than creating symlinks to the host tools. Frank > > Regards > Jai Shiv > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Frank Hunleth Troodon Software LLC Embedded Software Development http://troodon-software.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
