Ticket #29551 (closed defect: fixed)
arm-elf-gcc fails to build on 10.7 developer preview
| Reported by: | macports@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | lion | Cc: | jerkejacobs@…, dports@… |
| Port: | arm-elf-gcc |
Description
I want to build arm-elf-gcc on MacOS X Lion With Xcode 4 and get the Error: Target org.macports.build returned: shell command failed
Attachments
Change History
comment:1 Changed 2 years ago by ryandesign@…
arm-elf-gcc has no maintainer in MacPorts, so someone would have to volunteer to figure out how to fix this. If you find out how, let us know.
Note also that Mac OS X Lion is not released yet, so we are unlikely to be able to help with that until it is publicly released.
comment:3 Changed 2 years ago by jmr@…
- Summary changed from arm-elf-gcc Error: Target org.macports.build returned: shell command failed to arm-elf-gcc fails to build on 10.7 developer preview
comment:4 Changed 22 months ago by mattias.holm@…
- Status changed from closed to reopened
- Resolution wontfix deleted
This also happens on Snow Leopard with Xcode 4.0.2
The following with solve the broken compiles on Snow Leopard with Xcode 4.0.2 (and I would guess Lion and other systems as well):
Add the line: "configure.compiler gcc"
to the Portfile for arm-elf-gcc. This works for me using Snow Leopard with Xcode 4.
Note: See
TracTickets for help on using
tickets.

