We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0126453 commit 95773c5Copy full SHA for 95773c5
Makefile.pulp
@@ -1,6 +1,7 @@
1
build:
2
./configure --prefix=$(PKG_DIR) --with-arch=rv32imac --with-cmodel=medlow --enable-multilib
3
make all install
4
+ mkdir -p $(PKG_DIR)/riscv32-unknown-elf/lib
5
cp riscv.ld $(PKG_DIR)/riscv32-unknown-elf/lib
6
7
checkout:
riscv-binutils-gdb
riscv-gcc
0 commit comments