NetBSD-Bugs archive

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

Re: toolchain/48623: x68k-current build failure on FreeBSD/amd64



The following reply was made to PR toolchain/48623; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/48623: x68k-current build failure on FreeBSD/amd64
Date: Thu, 27 Feb 2014 11:28:26 +0100

 On Thu, Feb 27, 2014 at 10:10:00AM +0000, isaki%NetBSD.org@localhost wrote:
 > dependall ===> sys/arch/x68k/stand/boot
 >     compile  boot/boot.o
 >     compile  boot/conf.o
 >        link  boot/boot
 > /var/obj/current/x68k/tools/bin/m68k--netbsdelf-ld: boot.sym: can not 
 > represent
 > section `.SUNW_ctf' in a.out object file format
 > /var/obj/current/x68k/tools/bin/m68k--netbsdelf-ld: final link failed: 
 > Nonrepres
 > entable section on output
 
 .SUNW_ctf sounds like some dtrace related thing - I am not sure why it
 ends up in the object files here (and we should probably avoid that),
 but ignoring that for a moment, this should allow it to build:
 
 Index: boot.ldscript
 ===================================================================
 RCS file: /cvsroot/src/sys/arch/x68k/stand/boot/boot.ldscript,v
 retrieving revision 1.5
 diff -u -r1.5 boot.ldscript
 --- boot.ldscript      12 Aug 2013 16:32:39 -0000      1.5
 +++ boot.ldscript      27 Feb 2014 10:27:24 -0000
 @@ -63,5 +63,6 @@
        *(.debug_str)
        *(.debug_frame)
        *(.eh_frame)
 +      *(.SUNW_ctf)
    }
  }
 
 
 Martin
 


Home | Main Index | Thread Index | Old Index