-
Notifications
You must be signed in to change notification settings - Fork 487
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
How to generate kernel.img files? #12
Comments
i was able to pull it off, rather than using the cross compilers, i used the native one on my board and that saved my life :) Thanks |
Just install minGW and yagarto on windows. After that check your environment whether it has string like this C:\yagarto-20121222\bin;C:\MinGW\bin; |
I think I have a pitopi directory where it should tell you to remove the arm-none-stuff and just use gcc and as and ld. you might try these pre-built cross compilers for linux or windows or mac. https://launchpad.net/gcc-arm-embedded |
On Ubuntu 16.04 simply:
|
HI David,
Your tutorials helps a lot in understanding the bare metal programming. thanks :)
I'm using a Raspberry pi 2 and attempting to compile and generate the kernel image, with modifications. Hitting make in my RPI 2 OS for the programs doesnt seem to work for me. It throws "arm-none-eabi-as command not found" error..
Any suggestions..
Thanks.
The text was updated successfully, but these errors were encountered: