fs work, initrd/stdio
parent
e88b4f9040
commit
22615096de
@ -1,4 +1,6 @@
|
||||
all:
|
||||
@arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -fsigned-char -Os -nostdinc \
|
||||
@arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -fsigned-char -Os \
|
||||
-nostdinc -nostdlib \
|
||||
-fdata-sections -ffunction-sections -Wl,--gc-sections \
|
||||
-I../src/pdclib/include -I../src/pdclib/platform/stmos/include \
|
||||
test.c ../src/pdclib/pdclib.a -s -o test -pie
|
||||
test.c ../src/pdclib/pdclib.a -s -o test
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue