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
Hi, I encounted this problem: linux/compiler-gcc7.h: No such file or directory
When tried to run this command: ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage -j16
I tried to install gcc-4.7-arm-linux-gnueabihf to replace arm-linux-gnueabihf, then it bring another problem: as: unrecognized option '-EL'
So, what's the arm-linux-gnueabihf version that should be fine?
The text was updated successfully, but these errors were encountered:
If you are using an espressobin board, as reported in chapter 1, you have to install gcc-7-aarch64-linux-gnu.
Sorry, something went wrong.
No branches or pull requests
Hi,
I encounted this problem:
linux/compiler-gcc7.h: No such file or directory
When tried to run this command:
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage -j16
I tried to install gcc-4.7-arm-linux-gnueabihf to replace arm-linux-gnueabihf, then it bring another problem:
as: unrecognized option '-EL'
So, what's the arm-linux-gnueabihf version that should be fine?
The text was updated successfully, but these errors were encountered: