This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cross to MC68040 from cygwin on PC-NT.


Hello.
I have som trouble trying to make a crosscompiler to M68040.
I succeed to build and install binutils but not when trying to build GCC.
If someone have an idea about how to solve this and wants to
share it I would be grateful.

Host:
Cygwin on PC with Win-NT.

Target:
M68040

( screendumps using 2> )

Warnings when building binutils.
configure --target=m68k-coff --prefix=/cygnus/usr/local
Configuring for a i586-pc-cygwin host.

make 
libtool: link: warning: undefined symbols not allowed in i586-pc-cygwin shared libraries

make install
libtool: install: warning: remember to run 'libtool --finish /usr/local/lib' ( how is this done?? )

Problems when trying to build gcc.
configure --target=m68k-coff --with-newlib --with-included-gettext
Configuring for a i586-pc-cygwin32 host.
Links are now set up to build a cross-compiler for m68k-unknown-coff
  from i586-pc-cygwin32.

make
pexecute.c: In function `pexecute':
pexecute.c:379: warning: assignment discards `const' from pointer target type
fixincl.c: In function `initialize':
fixincl.c:349: `SIGIOT' undeclared (first use in this function)
fixincl.c:349: (Each undeclared identifier is reported only once
fixincl.c:349: for each function it appears in.)
make[2]: *** [fixincl.o] Error 1
com.c: In function `ffecom_possible_partial_overlap_':
com.c:1599: warning: unused parameter `expr2'
./libgcc1-test.c:101: warning: conflicting types for built-in function `memcpy'
cxxmain.c: In function `main':
cxxmain.c:4527: warning: assignment discards `const' from pointer target type
cxxmain.c:4530: warning: assignment discards `const' from pointer target type
configure: error: can not find install-sh or install.sh in .. ./..
choose-temp.c:29: stdio.h: No such file or directory
choose-temp.c:30: sys/types.h: No such file or directory
make[1]: *** [choose-temp.o] Error 1
make: *** [all-target-libiberty] Error 2

regards Mikael 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]