4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-13 19:29:14 +08:00

3 lines
230 B
Batchfile
Raw Normal View History

set PATH="E:\Program Files\CodeSourcery\Sourcery G++ Lite\bin";%PATH%
arm-none-eabi-gcc -c hello.c -o hello.o -DRT_MODULE "-I..\..\include" "-I..\..\bsp\mini2440"
arm-none-eabi-gcc -o hello.mo -r -d -e rtm_main -nostdlib hello.o