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

Fix if example code isn't woking #51

Open
drbh opened this issue Jan 5, 2020 · 0 comments
Open

Fix if example code isn't woking #51

drbh opened this issue Jan 5, 2020 · 0 comments

Comments

@drbh
Copy link

drbh commented Jan 5, 2020

After following the examples I still was running into compilation errors because of these missing files
Scrt1.o: and crti.o`

It seemed I was missing g++ so I had to run the following apt-get

sudo apt-get install g++-arm-linux-gnueabihf

now you should be able to see the files in the right place with

find /usr -name crt1.o
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

1 participant