Opened 12 years ago

Closed 10 years ago

#31527 closed defect (fixed)

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: adfernandes (Andrew Fernandes), anddam (Andrea D'Amore)
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.

Attachments (2)

main.log.bz2 (348.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
darius' logfile, compressed
main.log.xz (131.2 KB) - added by DanielO (Daniel O'Connor) 12 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: arm-elf-gcc added

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

darius' logfile, compressed

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

I've downloaded your attachment, compressed it, re-uploaded it, and deleted your attachment; I figure many people won't want to download a 43.5-MB file.

comment:3 Changed 12 years ago by anddam (Andrea D'Amore)

Cc: and.damore@… added

Cc Me!

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Cc: adfernandes@… added

Does this still happen with 4.6.1?

Changed 12 years ago by DanielO (Daniel O'Connor)

Attachment: main.log.xz added

comment:5 Changed 12 years ago by DanielO (Daniel O'Connor)

I get a different error this time :)

See main.log.xz

comment:6 Changed 12 years ago by chronicnomad@…

I'm still getting the same error with 4.6.1, (OS X 10.6.8, XCode3.2.6). Not sure how to install without nofmult otherwise I'd try that too.

:info:build 	 done; \
:info:build 	arm-elf-ar rc ../libc.a *.o
:info:build arm-elf-ar: ../stdlib/lib.a: No such file or directory
:info:build arm-elf-ar: ../stdio/lib.a: No such file or directory
:info:build arm-elf-ranlib libc.a
:info:build rm -rf tmp
:info:build make[8]: Leaving directory `/opt/local/var/macports/build/_Users_Shared_dports_cross_arm-elf-gcc/arm-elf-gcc/work/build/arm-elf/thumb/newlib/libc'

comment:7 Changed 12 years ago by DanielO (Daniel O'Connor)

It is a variant, so.. port build arm-elf-gcc+nofmult

FWIW I ended up using summon-arm-toolchain from here https://github.com/esden/summon-arm-toolchain (well, an earlier version).

comment:8 Changed 10 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Probably fixed by the update to arm-elf-gcc @4.7.3_0 in r117720. If not, please reopen.

Note: See TracTickets for help on using tickets.