Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about ext-toolchain-wrapper #40

Open
Tibalt opened this issue May 2, 2013 · 1 comment
Open

about ext-toolchain-wrapper #40

Tibalt opened this issue May 2, 2013 · 1 comment

Comments

@Tibalt
Copy link

Tibalt commented May 2, 2013

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
Copy link

pliu6 commented Nov 6, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants