public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* problems cross-compiling TiMidity
@ 2000-12-28  4:24 Gad Hayisraeli
  2000-12-28  7:30 ` andy
  0 siblings, 1 reply; 2+ messages in thread
From: Gad Hayisraeli @ 2000-12-28  4:24 UTC (permalink / raw)
  To: Crossgcc List

[-- Attachment #1: Type: text/plain, Size: 1732 bytes --]

i tried to take the TiMidity++ 2.10.2 midi-player app, and compile it to
StrongArm cpu, on Assabet platform (sa-1110 dev. board).

my system is :redhat 6.2, kernel 2.2.14-50 (zoot), pentium III (i686)

i built the cross-compiler (arm-linux-gcc) from these versions:

kernel-2.2.7
kernel-2.2.7-rmk5
=============
binutils-2.9.1.0.19a
binutils-2.9.1.0.19a-arm-diff-981230
============
egcs-1.1.2
egcs-1.1.2-arm-diff-990325
==========
glibc-2.1.3
glibc-linuxthreads 2.1.3
glibc-crypt-2.1
===========

i've done the configure and make by this syntax:

$./configure arm-linux --prefix=/home/arm/apps/TiMidity-2.10.2/ --without-x
=(it did fine.)
$make CC=arm-linux-gcc
=now i got some warnings and errors:
configure.in:314: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:315: warning: AC_TRY_RUN called without default to allow cross
compiling
configure.in:344: warning: AC_TRY_RUN called without default to allow cross
compiling

and finally this temninating error:

arm-linux-gcc  -O2 -L/home/arm/apps/TiMidity-2.10.2//lib -L/usr/local/lib -o
timidity  aiff_a.o aq.o au_a.o audio_cnv.o common.o controls.o effect.o
filter.o instrum.o list_a.o loadtab.o miditrace.o mix.o mod.o mod2midi.o
output.o playmidi.o raw_a.o rcp.o readmidi.o recache.o resample.o reverb.o
sbkconv.o sffile.o sfitem.o smfconv.o sndfont.o tables.o timidity.o
version.o wave_a.o wrd_read.o wrdt.o oss_a.o
../interface/libinterface.a ../libarc/libarc.a      ../libunimod/libunimod.a
../utils/libutils.a       -lm  -ldl
aiff_a.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[2]: *** [timidity] Error 1

please help !

Regards,

Gad Hayisraeli
C.T.O.
SoftGen Ltd.
E-Mail: gad@syete.co.il



[-- Attachment #2: winmail.dat --]
[-- Type: application/vnd.ms-tnef, Size: 2568 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems cross-compiling TiMidity
  2000-12-28  4:24 problems cross-compiling TiMidity Gad Hayisraeli
@ 2000-12-28  7:30 ` andy
  0 siblings, 0 replies; 2+ messages in thread
From: andy @ 2000-12-28  7:30 UTC (permalink / raw)
  To: crossgcc

Looks like it's using your default ld  instead of the one in your
cross-compiler tool chain
Andy

>i tried to take the TiMidity++ 2.10.2 midi-player app, and compile it to
>StrongArm cpu, on Assabet platform (sa-1110 dev. board).
>
>my system is :redhat 6.2, kernel 2.2.14-50 (zoot), pentium III (i686)
>
>i built the cross-compiler (arm-linux-gcc) from these versions:
>
>kernel-2.2.7
>kernel-2.2.7-rmk5
>=============
>binutils-2.9.1.0.19a
>binutils-2.9.1.0.19a-arm-diff-981230
>============
>egcs-1.1.2
>egcs-1.1.2-arm-diff-990325
>==========
>glibc-2.1.3
>glibc-linuxthreads 2.1.3
>glibc-crypt-2.1
>===========
>
>i've done the configure and make by this syntax:
>
>$./configure arm-linux --prefix=/home/arm/apps/TiMidity-2.10.2/ --without-x
>=(it did fine.)
>$make CC=arm-linux-gcc
>=now i got some warnings and errors:
>configure.in:314: warning: AC_TRY_RUN called without default to allow cross
>compiling
>configure.in:315: warning: AC_TRY_RUN called without default to allow cross
>compiling
>configure.in:344: warning: AC_TRY_RUN called without default to allow cross
>compiling
>
>and finally this temninating error:
>
>arm-linux-gcc  -O2 -L/home/arm/apps/TiMidity-2.10.2//lib -L/usr/local/lib -o
>timidity  aiff_a.o aq.o au_a.o audio_cnv.o common.o controls.o effect.o
>filter.o instrum.o list_a.o loadtab.o miditrace.o mix.o mod.o mod2midi.o
>output.o playmidi.o raw_a.o rcp.o readmidi.o recache.o resample.o reverb.o
>sbkconv.o sffile.o sfitem.o smfconv.o sndfont.o tables.o timidity.o
>version.o wave_a.o wrd_read.o wrdt.o oss_a.o
>../interface/libinterface.a ../libarc/libarc.a      ../libunimod/libunimod.a
>../utils/libutils.a       -lm  -ldl
>aiff_a.o: file not recognized: File format not recognized
>collect2: ld returned 1 exit status
>make[2]: *** [timidity] Error 1
>
>please help !
>
>Regards,
>
>Gad Hayisraeli
>C.T.O.
>SoftGen Ltd.
>E-Mail: gad@syete.co.il
>
>
>
>------
>Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
>Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com




------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-28  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-28  4:24 problems cross-compiling TiMidity Gad Hayisraeli
2000-12-28  7:30 ` andy

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).