Opened 13 years ago
Closed 13 years ago
#31526 closed defect (duplicate)
arm-elf-gcc @4.6.0 +nofmult Doesn't build
Reported by: | DanielO (Daniel O'Connor) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | arm-elf-gcc |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
:info:build rm -f crt0.o :info:build ln sys/crt0.o crt0.o >/dev/null 2>/dev/null || cp sys/crt0.o crt0.o :info:build rm -f libc.a :info:build rm -rf tmp :info:build mkdir tmp :info:build cd tmp; \ :info:build for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a errno/lib.a misc/lib.a syscalls/lib.a machine/lib.a sys/lib.a; do \ :info:build arm-elf-ar x ../$i; \ :info:build done; \ :info:build arm-elf-ar rc ../libc.a *.o :info:build arm-elf-ar: ../machine/lib.a: No such file or directory :info:build arm-elf-ranlib libc.a :info:build rm -rf tmp [etc]
It builds fine without nofmult.
Change History (2)
comment:1 Changed 13 years ago by DanielO (Daniel O'Connor)
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | arm-elf-gcc added |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oops I submitted twice, please close this ticket.
Thanks.