-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Lesson04] Raspberry Pi 4 Model B Make error #217
Comments
Try changing this line: Not sure why lesson04 changed it since lesson05 still has it using #LOW_MEMORY |
I got the same error, and I don't know what I should do. I already tried to add |
Hi, I got the same error, and found that in my case the line |
About this problem,we can use |
After changing the PBASE to 0xFE000000 for the raspberry pi 4 model B, I get the following error when running make:
build/boot_s.o: in function 'el1_entry':
(.text.boot+0x44): relocation truncated to fit: R_AARCH64_ADR_PREL_LO21 against symbol 'bss_end' defined in .bss section in build/kernel8.elf
make: *** [Makefile:30: kernel8.img] Error 1
Lessons 1-3 work, but all other lessons are getting this error. Is there a workaround to make these lessons work for the raspberry pi 4 model B?
The text was updated successfully, but these errors were encountered: