mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
7 lines
445 B
Batchfile
7 lines
445 B
Batchfile
arm-none-eabi-gcc -c -g -mcpu=arm1136j-s reset.S
|
|
arm-none-eabi-gcc -c -g -mcpu=arm1136j-s crt0.S
|
|
arm-none-eabi-gcc -c -g -mcpu=arm1136j-s tx_initialize_low_level.S
|
|
arm-none-eabi-gcc -c -g -mcpu=arm1136j-s -I../../../../common/inc -I../inc sample_threadx.c
|
|
arm-none-eabi-ld -A arm1136j-s -T sample_threadx.ld reset.o crt0.o tx_initialize_low_level.o sample_threadx.o tx.a libc.a libnosys.a libgcc.a -o sample_threadx.out -M > sample_threadx.map
|
|
|