NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-macppc/47464



The following reply was made to PR port-macppc/47464; it has been noted by GNATS.

From: Christian Groessler <chris%groessler.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, port-macppc-maintainer%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-macppc/47464
Date: Mon, 24 Apr 2017 14:33:58 +0200

 I've now tried with 2.0.
 
 Problem happens with a simple "hello world" program, too. Probably also 
 on 3.1 (I hadn't tested that then).
 
 --- on 2.0 ---
 $  uname -a
 NetBSD power3 2.0 NetBSD 2.0 (GENERIC) #0: Wed Dec  1 14:03:55 UTC 2004 
 builds@build:/big/builds/ab/netbsd-2-0-RELEASE/macppc/200411300000Z-obj/big/builds/ab/netbsd-2-0-RELEASE/src/sys/arch/macppc/compile/GENERIC 
 macppc
 $  cat hello.c
 #include <stdio.h>
 
 int main(void)
 {
          printf("hello.c\n");
          return(0);
 }
 $  cc -o hello hello.c
 $  ./hello
 hello.c
 $
 ---------
 
 my -current system is still from dec-31-2016:
 
 --- -current ----
 $ ./hello
 Undefined symbol "_SDA2_BASE_" referenced from COPY relocation in ./hello
 $
 ----------------
 
 regards,
 chris
 



Home | Main Index | Thread Index | Old Index