You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error case by incorrect LD at the 31st line gave me the following error. It was compile using ARCH=arm64-linux-gnu- (Mosr recent version) in an XUbuntu 22.04. Arm64-linux-gnu-ld does not have support for -nostartfiles. How can we correct this error?
Error case by incorrect LD at the 31st line gave me the following error. It was compile using ARCH=arm64-linux-gnu- (Mosr recent version) in an XUbuntu 22.04. Arm64-linux-gnu-ld does not have support for -nostartfiles. How can we correct this error?
*make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-
aarch64-linux-gnu-ld -nostdlib -nostartfiles -static -T ldscripts/a64.ld start.o init.o uart.o stack.o exceptions.o exception_funcs.o panic.o pgtables.o trapped_funcs.o -o el2-bb.elf
aarch64-linux-gnu-ld: Error: unable to disambiguate: -nostartfiles (did you mean --nostartfiles ?)
make: *** [Makefile:31: el2-bb.elf] Error 1"
The text was updated successfully, but these errors were encountered: