From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Palmerino To: Cc: Subject: Re: Making progress, but... Date: Tue, 20 Feb 2001 06:18:00 -0000 Message-id: References: <3A920E86.39767CC1@luukku.com> X-SW-Source: 2001-02/msg00092.html Hi all, Thanks, Kai, for the suggestions. Here is the result of one of your suggestions: > Why the 'm68k-coff-gcc' alone didn't work will be solved using the command > > m68k-coff-gcc -print-search-dirs > Ok, here is what I get with the above command: m68k-coff-gcc -print-search-dirs install: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/ programs: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/local/lib/gcc-lib/m68k- unknown-coff/:/usr/lib/gcc/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68 k-unknown-coff/:/usr/local/m68k-unknown-coff/bin/m68k-unknown-coff/2.8.1/:/u sr/local/m68k-unknown-coff/bin/ libraries: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68k-unknown-co ff/2.8.1/:/usr/local/m68k-unknown-coff/lib/m68k-unknown-coff/2.8.1/ :/usr/local/m68k-unknown-coff/lib/ It looks to me like the problem is that the program is looking for "m68k-unknown-coff" rather than "m68k-coff" - am I reading the above correctly? If so, does this suggest a recompile? And, if so, why did '--target=m68k-coff' get transformed into 'm68k-unknown-coff' and what should I do about it? I suppose an alternative is to rename all the 'm68k-coff' directories to 'm68k-unknown-coff', but this feels like a kludge to me. Any suggestions? ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Palmerino To: Cc: Subject: Re: Making progress, but... Date: Sun, 01 Apr 2001 00:00:00 -0000 Message-ID: References: <3A920E86.39767CC1@luukku.com> X-SW-Source: 2001-q1/msg00345.html Message-ID: <20010401000000.TJhvWlqzxVFxp8dQa1-IAPZNPToTfPP_KaOECKVR5X0@z> Hi all, Thanks, Kai, for the suggestions. Here is the result of one of your suggestions: > Why the 'm68k-coff-gcc' alone didn't work will be solved using the command > > m68k-coff-gcc -print-search-dirs > Ok, here is what I get with the above command: m68k-coff-gcc -print-search-dirs install: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/ programs: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/local/lib/gcc-lib/m68k- unknown-coff/:/usr/lib/gcc/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68 k-unknown-coff/:/usr/local/m68k-unknown-coff/bin/m68k-unknown-coff/2.8.1/:/u sr/local/m68k-unknown-coff/bin/ libraries: /usr/local/lib/gcc-lib/m68k-unknown-coff/2.8.1/:/usr/lib/gcc/m68k-unknown-co ff/2.8.1/:/usr/local/m68k-unknown-coff/lib/m68k-unknown-coff/2.8.1/ :/usr/local/m68k-unknown-coff/lib/ It looks to me like the problem is that the program is looking for "m68k-unknown-coff" rather than "m68k-coff" - am I reading the above correctly? If so, does this suggest a recompile? And, if so, why did '--target=m68k-coff' get transformed into 'm68k-unknown-coff' and what should I do about it? I suppose an alternative is to rename all the 'm68k-coff' directories to 'm68k-unknown-coff', but this feels like a kludge to me. Any suggestions? ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com