appendage

This commit is contained in:
Eyck-Alexander Jentzsch 2024-06-17 18:40:12 +02:00
parent adb66cfe6e
commit 095f0ef72f

View File

@ -22,4 +22,4 @@ Currently, this repository only supports creation of 32-bit executables (Even wh
Compiling for the 'e' extension / ISA together with any other extension (`ISA=emc` for example), requires setting the `RISCV_ABI=ilp32e` explicitly.
When switching ABI ensure that object files in the corresponding 'env' dir in the 'bare-metal-bsp' submodule are removed, so they get created with the appropriate flags (namely the 'init.o' file).
When switching ABI or ARCH ensure that object files in the corresponding 'env' dir in the 'bare-metal-bsp' submodule are removed, so they get created with the appropriate flags (namely the 'init.o' file).