Run gcc -E -D BOOTDIR=$(pwd) -P -x c boot/arch/riscv/boot0.lds * -E Preprocess only; do not compile, assemble or link. * -D Define macro. * -P Inhibit generation of linemarkers in the output …
read more…