qiuyiuestc cbfb87fac1 add module feature
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@614 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-12 17:37:37 +00:00

3 lines
230 B
Batchfile

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