diff --git a/.gitattributes b/.gitattributes index 2c72e30e39..c5f1f472f2 100644 --- a/.gitattributes +++ b/.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/tcext3.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/taddbool.pp svneol=native#text/plain tests/test/cg/taddcard.pp svneol=native#text/plain diff --git a/tests/readme.txt b/tests/readme.txt index a4d35ee9d0..7e46bb8523 100644 --- a/tests/readme.txt +++ b/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 \ digest DBDIGESTOPT="-C qemu-arm" USESQL=YES - Example cross testing of target MacOS with driver Darwin -------------------------------------------------------- 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 +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 diff --git a/tests/test/cg/obj/readme.txt b/tests/test/cg/obj/readme.txt index 2449d278e3..7ef7c30fd6 100644 --- a/tests/test/cg/obj/readme.txt +++ b/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 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) \ No newline at end of file diff --git a/tests/test/cg/obj/wince/arm/ctest.o b/tests/test/cg/obj/wince/arm/ctest.o new file mode 100644 index 0000000000..42b545cffa Binary files /dev/null and b/tests/test/cg/obj/wince/arm/ctest.o differ diff --git a/tests/test/cg/obj/wince/arm/tcext3.o b/tests/test/cg/obj/wince/arm/tcext3.o new file mode 100644 index 0000000000..42b545cffa Binary files /dev/null and b/tests/test/cg/obj/wince/arm/tcext3.o differ diff --git a/tests/test/cg/obj/wince/arm/tcext4.o b/tests/test/cg/obj/wince/arm/tcext4.o new file mode 100644 index 0000000000..42b545cffa Binary files /dev/null and b/tests/test/cg/obj/wince/arm/tcext4.o differ