gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Revisiting the AArch64 bare metal sample


From: Robert Roland
Subject: Revisiting the AArch64 bare metal sample
Date: Sun, 7 Jan 2024 03:34:29 +0000

Hi Gaius,

You posted a bare metal AArch64 sample over a year ago after an email from me (thank you!) - I'd like to revisit that. Looking at the example:

aarch64-linux-gm2 ${GM2_OPTIONS} -flibs=min,pim -c -fmakelist -fno-exceptions $1.mod
aarch64-linux-gm2 ${GM2_OPTIONS} -flibs=min,pim -c -fmakeinit -fno-exceptions $1.mod
aarch64-linux-gcc ${GCC_OPTIONS} -x c -g -c -o $1_m2.o $1_m2.cpp

aarch64-linux-gm2 ${GM2_OPTIONS} -flibs=min,pim -c -g -fno-exceptions $1.mod
aarch64-linux-gm2 ${GM2_OPTIONS} -flibs=min,pim -S -g -fno-exceptions $1.mod

It looks like the command line arguments:

-fmakelist
-fmakeinit

have been replaced, but I can't quite tell which ones replace it?

Thanks,

Robert

reply via email to

[Prev in Thread] Current Thread [Next in Thread]