NetBSD-Bugs archive

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

Re: port-macppc/47464



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