trying to implement the user space loader on native wince

committer: ml1050 <ml1050> 1146152386 +0000
This commit is contained in:
László Molnár
2006-04-27 15:39:46 +00:00
parent 2f3c108d42
commit 6753c5f45a
2 changed files with 84 additions and 26 deletions
+4 -1
View File
@@ -2,11 +2,14 @@
SHELL = /bin/sh
all: armpe_tester
all: armpe_tester wtest.exe
armpe_tester: armpe_tester.c
arm-9tdmi-linux-gnu-gcc -Wl,--section-start,.interp=0x1000 -g -Wall -W -o $@ $<
wtest.exe: armpe_tester.c
arm-wince-pe-gcc -Wl,--image-base,0x400000 -s -Wall -W -o $@ $<
mostlyclean clean distclean maintainer-clean:
rm -f *.d *.o *.obj
rm -f armpe_tester