[oe-issues] [Bug 2093] New: Cups needs to use gcc to link on arm/eabi

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sat Apr 7 19:01:12 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2093

           Summary: Cups needs to use gcc to link on arm/eabi
           Product: Openembedded
           Version: Angstrom
          Platform: Other
        OS/Version: Mac OS X 10.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: koen at dominion.kabel.utwente.nl
         QAContact: tinderbox-oe at gmx.net


when linking with ld it will fail with

/data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/../../../../arm-angstrom-linux-gnueabi/bin/ld:
rastertoepson: 
          hidden symbol `__aeabi_fadd' in
/data/build/koen/OE/build/tmp/angstrom/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_addsubsf3.o)
is referenced by 
          DSO

I can't convince oe_runmake to do that, so I did

bitbake -c configure cups
bitbake -c devshell -c cups_1.2.10.bb
vi Makedefs #replace LD = <foo> with LD = $(CC)
make
exit
bitbake cups

which made it work


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list