public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* libffi cross compilation for arm-wince
@ 2009-09-23 16:46 Vincent R.
  0 siblings, 0 replies; only message in thread
From: Vincent R. @ 2009-09-23 16:46 UTC (permalink / raw)
  To: libffi-discuss

Hi,

I wanted to test libffi on a windows ce platform and I tried to compile
libffi
with cegcc-4.4.0 compiler as shown below:

./configure --prefix=/opt/mingw32ce --host=arm-mingw32ce
--target=arm-mingw32ce
make

and I get the following error :

 arm-mingw32ce-gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src
-I. -I./include -Iinclude -I./src -g -O2 -MT src/arm/sysv.lo -MD -MP -MF
src/arm/.deps/sysv.Tpo -c src/arm/sysv.S  -DDLL_EXPORT -DPIC -o
src/arm/.libs/sysv.o
src/arm/sysv.S: Assembler messages:
src/arm/sysv.S:138: Warning: .type pseudo-op used outside of .def/.endef
ignored.
src/arm/sysv.S:138: Error: junk at end of line, first unrecognized
character is `f'
src/arm/sysv.S:223: Warning: .size pseudo-op used outside of .def/.endef
ignored.
src/arm/sysv.S:223: Error: junk at end of line, first unrecognized
character is `f'
src/arm/sysv.S:233: Warning: .type pseudo-op used outside of .def/.endef
ignored.
src/arm/sysv.S:233: Error: junk at end of line, first unrecognized
character is `f'
src/arm/sysv.S:239: Error: unknown pseudo-op: `.pad'
src/arm/sysv.S:295: Warning: .size pseudo-op used outside of .def/.endef
ignored.
src/arm/sysv.S:295: Error: junk at end of line, first unrecognized
character is `f'
make[2]: *** [src/arm/sysv.lo] Error 1
make[2]: Leaving directory
`/cygdrive/z/cygming-home/Realeyes3D/projects/gnustep/libffi-3.0.8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/cygdrive/z/cygming-home/Realeyes3D/projects/gnustep/libffi-3.0.8'
make: *** [all] Error 2

Do you have any idea how to solve this ?

Thanks

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-23 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23 16:46 libffi cross compilation for arm-wince Vincent R.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).