forked from Firmware/Firmwares
appendage
This commit is contained in:
parent
64d6045d43
commit
48cfa8d868
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue