bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/19281] New: Can't cross-compile glibc-2.22 for ARM


From: roolebo at gmail dot com
Subject: [Bug gas/19281] New: Can't cross-compile glibc-2.22 for ARM
Date: Mon, 23 Nov 2015 12:13:04 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19281

            Bug ID: 19281
           Summary: Can't cross-compile glibc-2.22 for ARM
           Product: binutils
           Version: 2.25
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: roolebo at gmail dot com
  Target Milestone: ---

Created attachment 8803
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8803&action=edit
glibc-2.22 cross-compilation failure for ARM

I'm trying to build a toolchain for Raspberry Pi using crosstool-ng. It goes
well up till it starts building glibc-2.22. The host machine is OS X El
Capitan.

I've extracted minimal test case of the failure:
➜  csu  cat test.S
.text
.global foo
.arm

foo:
    mov r2, #175
    bic r3, r3, #255
➜  csu 
/Volumes/ct-ng/tmp/.build/armv6-rpi-linux-gnueabi/buildtools/bin/armv6-rpi-linux-gnueabi-as
test.S
test.S: Assembler messages:
test.S:6: Error: invalid constant (af) after fixup
test.S:7: Error: invalid constant (ff) after fixup

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]