We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After following the examples I still was running into compilation errors because of these missing files Scrt1.o: and crti.o`
Scrt1.o: and
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
now you should be able to see the files in the right place with
The text was updated successfully, but these errors were encountered: