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

           Summary: Generic x86 build problem
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


I tried building the generic target for x86
it fails at glibc-intermediate_2.3.2+cvs20040726
i created an new  glibc/glibc-intermediate_2.3.5+cvs20050627.bb
with:
-------------------------------------------------------------------
SECTION = "libs"
include glibc_${PV}.bb

do_install () {
        :
}

PACKAGES = ""
PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
DEPENDS += " virtual/${TARGET_PREFIX}gcc-initial "
GLIBC_ADDONS = "linuxthreads"
GLIBC_EXTRA_OECONF = "--with-tls --without-__thread"

-------------------------------------------------------------
now all packets are building fine 
(
local.conf: added 
PREFERRED_VERSION_gcc-cross ?= "3.4.4"
PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
PREFERRED_VERSION_glibc ?= "2.3.5+cvs200506272.4"
PREFERRED_VERSION_glibc-intermediate ?= "2.3.5+cvs200506272"
)


-- 
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.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to