From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26174 invoked by alias); 10 Mar 2015 03:47:02 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 26151 invoked by uid 48); 10 Mar 2015 03:47:02 -0000 From: "chrisj at rtems dot org" To: gdb-prs@sourceware.org Subject: [Bug sim/13160] bfin simulator does not build on Darwin Date: Tue, 10 Mar 2015 04:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: 7.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chrisj at rtems dot org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: vapier at gentoo dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00408.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=13160 Chris Johns changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|OBSOLETE |--- --- Comment #4 from Chris Johns --- Ah ok thanks. The error is: /Users/chris/development/play/gdb/bfin-elf/./gas/as-new ../../../binutils-gdb/sim/bfin/linux-fixed-code.s -o linux-fixed-code.o ( set -e; \ echo "/* DO NOT EDIT: Autogenerated from linux-fixed-code.s. */"; \ echo "static const unsigned char bfin_linux_fixed_code[] ="; \ echo "{"; \ /Users/chris/development/play/gdb/bfin-elf/./binutils/objdump -d -z linux-fixed-code.o > ../../../binutils-gdb/sim/bfin/linux-fixed-code.h.dis; \ sed -n \ -e 's:^[^ ]* :0x:' \ -e '/^0x/{s: .*::;s: *$:,:;s: :, 0x:g;p}' \ ../../../binutils-gdb/sim/bfin/linux-fixed-code.h.dis; \ rm -f ../../../binutils-gdb/sim/bfin/linux-fixed-code.h.dis; \ echo "};" \ ) > ../../../binutils-gdb/sim/bfin/linux-fixed-code.h.tmp sed: 1: "/^0x/{s: .*::;s: *$:,:; ...": extra characters at the end of p command make[3]: *** [../../../binutils-gdb/sim/bfin/linux-fixed-code.h] Error 1 make[2]: *** [all] Error 1 make[1]: *** [all-sim] Error 2 make: *** [all] Error 2 I have tried to run the sed script by hand on a Linux box and I get no output. -- You are receiving this mail because: You are on the CC list for the bug.