Browse Source

+arm-wince testsuite

git-svn-id: trunk@2611 -
oro06 19 years ago
parent
commit
57d7f70414

+ 3 - 0
.gitattributes

@@ -5434,6 +5434,9 @@ tests/test/cg/obj/tcext4.c -text
 tests/test/cg/obj/win32/i386/ctest.o -text
 tests/test/cg/obj/win32/i386/ctest.o -text
 tests/test/cg/obj/win32/i386/tcext3.o -text
 tests/test/cg/obj/win32/i386/tcext3.o -text
 tests/test/cg/obj/win32/i386/tcext4.o -text
 tests/test/cg/obj/win32/i386/tcext4.o -text
+tests/test/cg/obj/wince/arm/ctest.o -text
+tests/test/cg/obj/wince/arm/tcext3.o -text
+tests/test/cg/obj/wince/arm/tcext4.o -text
 tests/test/cg/ptest.pp svneol=native#text/plain
 tests/test/cg/ptest.pp svneol=native#text/plain
 tests/test/cg/taddbool.pp svneol=native#text/plain
 tests/test/cg/taddbool.pp svneol=native#text/plain
 tests/test/cg/taddcard.pp svneol=native#text/plain
 tests/test/cg/taddcard.pp svneol=native#text/plain

+ 4 - 1
tests/readme.txt

@@ -156,7 +156,6 @@ make TEST_FPC=~/fpc/compiler/ppcrossarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm
 make TEST_FPC=~/fpc/compiler/ppcrossarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm \
 make TEST_FPC=~/fpc/compiler/ppcrossarm TEST_OPT=-XParm-linux- EMULATOR=qemu-arm \
      digest DBDIGESTOPT="-C qemu-arm" USESQL=YES
      digest DBDIGESTOPT="-C qemu-arm" USESQL=YES
 
 
-
 Example cross testing of target MacOS with driver Darwin
 Example cross testing of target MacOS with driver Darwin
 --------------------------------------------------------
 --------------------------------------------------------
 NOTE Today it is possible to run the test suite MacOS native.
 NOTE Today it is possible to run the test suite MacOS native.
@@ -172,3 +171,7 @@ files will be removed.
 
 
   make clean TEST_OS_TARGET=macos USEUNITDIR=/Projekt/Freepascal/fpc/rtl/macos
   make clean TEST_OS_TARGET=macos USEUNITDIR=/Projekt/Freepascal/fpc/rtl/macos
 
 
+Example cross testing of target arm-wince
+-----------------------------------------
+//arm-wince example : see FPCTRUNK\DEMO\WINCE\TESTEMU\ for additional required tools
+make TEST_FPC=ppcrossarm TEST_CPU_TARGET=arm TEST_OS_TARGET=wince TEST_OPT="-XParm-wince-pe- -WC" EMULATOR=MyDisc:\My\Path\to\wcetemu.exe

+ 1 - 0
tests/test/cg/obj/readme.txt

@@ -19,3 +19,4 @@ NetBSD-m68k : GCC 2.95.3 on NetBSD elf 1.6
 Macos-powerpc : MrC C Compiler 4.1.0f1c1 for MPW (dont know yet if it
 Macos-powerpc : MrC C Compiler 4.1.0f1c1 for MPW (dont know yet if it
     can be used with FPC, but at least ctest.c compiles)
     can be used with FPC, but at least ctest.c compiles)
 
 
+wince 4.21 : GCC 3.3.1 (can't use eVC, LONG LONG not supported)

BIN
tests/test/cg/obj/wince/arm/ctest.o


BIN
tests/test/cg/obj/wince/arm/tcext3.o


BIN
tests/test/cg/obj/wince/arm/tcext4.o