updated to 6.0.1 and added additional processors/toolchains
This commit is contained in:
4
ports/arm9/ac5/example_build/build_threadx_sample.bat
Normal file
4
ports/arm9/ac5/example_build/build_threadx_sample.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
armasm -g --cpu ARM9TDMI --apcs /interwork tx_initialize_low_level.s
|
||||
armcc -g -c -O2 --cpu ARM9TDMI --apcs /interwork -I../../../../common/inc -I../inc sample_threadx.c
|
||||
armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --map --symbols --list sample_threadx.map tx_initialize_low_level.o sample_threadx.o tx.a
|
||||
|
||||
Reference in New Issue
Block a user