public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37524]  New: gcc build fail after some compile with --target=amigaos
@ 2008-09-15 16:41 nospamname at web dot de
  2008-09-16  4:12 ` [Bug c/37524] " brian at dessent dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: nospamname at web dot de @ 2008-09-15 16:41 UTC (permalink / raw)
  To: gcc-bugs

Hi, 

I work on a cygwin HOST.

first i do

./configure --target=amigaos

this work ok.I type make and return

then later during make, there are several configure scripts correct execute
with that target and some compile is done.

then a error in this lines come 

the configure script is in dir gcc-4.3.2/gcc/configure

have below the "checking if mkdir takes one argument" output

the error 

*** configuration m68k-unknown-amigaos not supportet.


# mkdir takes a single argument on some systems.
echo "$as_me:$LINENO: checking if mkdir takes one argument" >&5
echo $ECHO_N "checking if mkdir takes one argument... $ECHO_C" >&6
if test "${gcc_cv_mkdir_takes_one_arg+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
  cat >conftest.$ac_ext <<_ACEOF
* confdefs.h.  *
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
* end confdefs.h.  * 

The last compiler working on amigaos is gcc3.4.3.SO i want compile gcc 4.3

please help, what can do


-- 
           Summary: gcc build fail after some compile with --target=amigaos
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nospamname at web dot de
  GCC host triplet: cygwin
GCC target triplet: amigaos 68k


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524


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

* [Bug c/37524] gcc build fail after some compile with --target=amigaos
  2008-09-15 16:41 [Bug c/37524] New: gcc build fail after some compile with --target=amigaos nospamname at web dot de
@ 2008-09-16  4:12 ` brian at dessent dot net
  2008-09-16 17:25 ` [Bug target/37524] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: brian at dessent dot net @ 2008-09-16  4:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from brian at dessent dot net  2008-09-16 04:11 -------
Subject: Re:   New: gcc build fail after some compile with 
 --target=amigaos

> *** configuration m68k-unknown-amigaos not supportet.

That message means the target is not supported.  If it worked in a
previous version then that it was removed.  You can look at
gcc/config.gcc to get a list of supported m68k targets (e.g. m68k-elf,
m68k-linux, m68k-rtems, etc) but amigaos isn't one of them.  If 3.4
works then that is probably the last version to support that target; or
the compiler you have now contains out-of-tree/non-FSF patches.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524


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

* [Bug target/37524] gcc build fail after some compile with --target=amigaos
  2008-09-15 16:41 [Bug c/37524] New: gcc build fail after some compile with --target=amigaos nospamname at web dot de
  2008-09-16  4:12 ` [Bug c/37524] " brian at dessent dot net
@ 2008-09-16 17:25 ` pinskia at gcc dot gnu dot org
  2008-09-16 18:14 ` nospamname at web dot de
  2008-12-24 22:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-16 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-16 17:23 -------
I doubt the FSF GCC has ever supported the AmigaOS as a target.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524


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

* [Bug target/37524] gcc build fail after some compile with --target=amigaos
  2008-09-15 16:41 [Bug c/37524] New: gcc build fail after some compile with --target=amigaos nospamname at web dot de
  2008-09-16  4:12 ` [Bug c/37524] " brian at dessent dot net
  2008-09-16 17:25 ` [Bug target/37524] " pinskia at gcc dot gnu dot org
@ 2008-09-16 18:14 ` nospamname at web dot de
  2008-12-24 22:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: nospamname at web dot de @ 2008-09-16 18:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from nospamname at web dot de  2008-09-16 18:13 -------
thanks for info, i look and see that in gcc/config.gcc is no amigaos
target.also in gcc3.4 source here is not.

I see 2.95 have this file not.

but on other files 4.3.2 here the target is. Is there somewhere listet if it is
planed to remove amigaos support ?
I hope not, i compile with gcc3.4 the future enhancement of Amiga OS 68k called
AFA OS (Aros for Amiga OS) available since 2 years.
But now i like to use gcc4, also to get sometimes OWB running. 

I look now to find the working 3.4 sources for the amiga os, they seem on 

http://ftp.back2roots.org/geekgadgets

but currently the server is down.
then i hope i can build a patch to current gcc and send


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524


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

* [Bug target/37524] gcc build fail after some compile with --target=amigaos
  2008-09-15 16:41 [Bug c/37524] New: gcc build fail after some compile with --target=amigaos nospamname at web dot de
                   ` (2 preceding siblings ...)
  2008-09-16 18:14 ` nospamname at web dot de
@ 2008-12-24 22:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-24 22:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-12-24 22:52 -------
Invalid as amiga OS is not a supported target.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37524


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

end of thread, other threads:[~2008-12-24 22:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-15 16:41 [Bug c/37524] New: gcc build fail after some compile with --target=amigaos nospamname at web dot de
2008-09-16  4:12 ` [Bug c/37524] " brian at dessent dot net
2008-09-16 17:25 ` [Bug target/37524] " pinskia at gcc dot gnu dot org
2008-09-16 18:14 ` nospamname at web dot de
2008-12-24 22:54 ` pinskia at gcc dot gnu dot org

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