mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
+arm-wince testsuite
git-svn-id: trunk@2611 -
This commit is contained in:
parent
a977fc06cc
commit
57d7f70414
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
BIN
tests/test/cg/obj/wince/arm/ctest.o
Normal file
BIN
tests/test/cg/obj/wince/arm/ctest.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/wince/arm/tcext3.o
Normal file
BIN
tests/test/cg/obj/wince/arm/tcext3.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/wince/arm/tcext4.o
Normal file
BIN
tests/test/cg/obj/wince/arm/tcext4.o
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user