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
command: ./scripts/do-qemuarm -M
result:
arm-linux-androideabi-ld: error: top/init.ld:8:8: syntax error, unexpected STRING arm-linux-androideabi-ld: fatal error: unable to parse script file top/init.ld make[2]: *** [build-qemu-virt-a15-test/lk.elf] Error 1 make[2]: Leaving directory /home/poi/lk/lk' make[1]: *** [make-make] Error 2 make[1]: Leaving directory /home/poi/lk/lk' make: *** [_top] Error 2
/home/poi/lk/lk' make[1]: *** [make-make] Error 2 make[1]: Leaving directory
what the problem?
top/init.ld:8:8
SECTIONS { .lk_init : { __lk_init = .; KEEP (*(.lk_init)) __lk_init_end = .; } } INSERT AFTER .rodata;
AFTE?!?! i don't understand plz help me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
command:
./scripts/do-qemuarm -M
result:
arm-linux-androideabi-ld: error: top/init.ld:8:8: syntax error, unexpected STRING
arm-linux-androideabi-ld: fatal error: unable to parse script file top/init.ld
make[2]: *** [build-qemu-virt-a15-test/lk.elf] Error 1
make[2]: Leaving directory
/home/poi/lk/lk' make[1]: *** [make-make] Error 2 make[1]: Leaving directory
/home/poi/lk/lk'make: *** [_top] Error 2
what the problem?
top/init.ld:8:8
SECTIONS {
.lk_init : {
__lk_init = .;
KEEP (*(.lk_init))
__lk_init_end = .;
}
}
INSERT AFTER .rodata;
AFTE?!?! i don't understand plz help me
The text was updated successfully, but these errors were encountered: