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: Tetsuya Isaki <isaki%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, martin%duskware.de@localhost
Cc: toolchain-manager%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost,
        netbsd-bugs%netbsd.org@localhost, isaki%NetBSD.org@localhost
Subject: Re: toolchain/48623: x68k-current build failure on FreeBSD/amd64
Date: Fri, 28 Feb 2014 22:35:59 +0900

 At Thu, 27 Feb 2014 10:30:00 +0000 (UTC),
 Martin Husemann wrote:
 >  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:
 
 This patch solved my problem, thank you!
 btw, is this an ad hoc solution?
 ---
 Tetsuya Isaki <isaki%pastel-flower.jp@localhost / isaki%NetBSD.org@localhost>
 
 >  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