appendage

This commit is contained in:
Eyck-Alexander Jentzsch 2024-06-17 18:40:12 +02:00 committed by Eyck Jentzsch
parent 64d6045d43
commit 48cfa8d868
1 changed files with 1 additions and 1 deletions

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).