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

gcc not found (arm-linux-gnueabihf-gcc hardcoded?) #4

Closed
ericvrp opened this issue Jun 14, 2013 · 2 comments
Closed

gcc not found (arm-linux-gnueabihf-gcc hardcoded?) #4

ericvrp opened this issue Jun 14, 2013 · 2 comments

Comments

@ericvrp
Copy link

ericvrp commented Jun 14, 2013

'sudo python setup.py install' works fine on Ubuntu 13.04 (after installing gcc). However, gcc was not automatically found. It looks like arm-linux-gnueabihf-gcc is hardcoded instead.

Doing an 'alias arm-linux-gnueabihf-gcc=gcc' fixed the problem.

@jwcooper
Copy link
Member

Getting around to testing Ubuntu now, and I didn't run into this issue on 13.04. Both appear to be installed already. I didn't have to create an alias. Did you install gcc with 'sudo apt-get install build-essential'?

ubuntu@arm:/dev/adafruit-beaglebone-io-python$ which gcc
/usr/bin/gcc
ubuntu@arm:
/dev/adafruit-beaglebone-io-python$ which arm-linux-gnueabihf-gcc
/usr/bin/arm-linux-gnueabihf-gcc

@ericvrp
Copy link
Author

ericvrp commented Jun 26, 2013

Confirmed. With the latest 'apt-get upgrade' this issue is fixed for me as well.

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