nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

about ext-toolchain-wrapper #40

Open Tibalt opened 11 years ago

Tibalt commented 11 years ago

what does ext-toolchain-wrapper for? do you want to add some default parameters to the c /c++ compiler?

it seems that ext-toolchain-wrapper does not work properly. See below:

Tibalt@devlaptop:/opt$ arm-raspberrypi-linux-gnueabi-gcc //opt/ext-toolchain/bin/arm-raspberrypi-linux-gnueabi-gcc: No such file or directory Tibalt@devlaptop:/opt$ cd bsquask/ Tibalt@devlaptop:/opt/bsquask$ arm-raspberrypi-linux-gnueabi-gcc //opt/ext-toolchain/bin/arm-raspberrypi-linux-gnueabi-gcc: No such file or directory Tibalt@devlaptop:/opt/bsquask$ cd host/ Tibalt@devlaptop:/opt/bsquask/host$ arm-raspberrypi-linux-gnueabi-gcc /opt/opt/ext-toolchain/bin/arm-raspberrypi-linux-gnueabi-gcc: No such file or directory Tibalt@devlaptop:/opt/bsquask/host$ cd usr/ Tibalt@devlaptop:/opt/bsquask/host/usr$ arm-raspberrypi-linux-gnueabi-gcc /opt/bsquask/opt/ext-toolchain/bin/arm-raspberrypi-linux-gnueabi-gcc: No such file or directory Tibalt@devlaptop:/opt/bsquask/host/usr$ cd bin Tibalt@devlaptop:/opt/bsquask/host/usr/bin$ arm-raspberrypi-linux-gnueabi-gcc arm-raspberrypi-linux-gnueabi-gcc: fatal error: no input files compilation terminated.

pliu6 commented 10 years ago

Refer the link, http://patchwork.ozlabs.org/patch/247210/ The issue can be fixed with the patch mentioned in the link.