http://bugs.openembedded.org/show_bug.cgi?id=963
Summary: linux-jlime fails in multiple ways...
Product: Openembedded
Version: Familiar 0.8.2
Platform: ARM
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
first, the resource-URL in the .bb is wrong (release vs. Release): FIX:
--- linux-jlime-sh3_2.6.11.bb.orig 2006-05-10 11:34:16.000000000 +0200
+++ linux-jlime-sh3_2.6.11.bb 2006-05-10 11:34:28.000000000 +0200
@@ -3,7 +3,7 @@
LICENSE = "GPL"
PR = "r0"
-SRC_URI =
"http://www.jlime.com/downloads/releases/shrek/kernels/6xx/sources/linuxsh-snapshot-050320-jlimepatched-3.tar.bz2
\
+SRC_URI =
"http://www.jlime.com/downloads/Releases/shrek/kernels/6xx/sources/linuxsh-snapshot-050320-jlimepatched-3.tar.bz2
\
file://defconfig_jlime"
S = "${WORKDIR}/linux-${PV}"
then, it downloads fine but fails to compile:
NOTE: make -e MAKEFLAGS= include/linux/version.h CC=ccache arm-linux-gcc
LD=arm-linux-ld
CHK include/linux/version.h
NOTE: make -e MAKEFLAGS= zImage CC=ccache arm-linux-gcc LD=arm-linux-ld
CHK include/linux/version.h
make[1]: Entering directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
make[1]: Leaving directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
make[1]: Entering directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
make[2]: Entering directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
CC scripts/mod/empty.o
cc1: error: invalid option `l'
cc1: error: invalid option `3'
make[2]: *** [scripts/mod/empty.o] Error 1
make[2]: Leaving directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
make[1]: *** [scripts/mod] Error 2
make[1]: Leaving directory
`/home/mike/oe-devel/tmp/work/h3900-linux/linux-jlime-sh3-2.6.11-r0/linux-2.6.11'
make: *** [scripts] Error 2
FATAL: oe_runmake failed
until now, I couldnt find the reason for these strange parameters, it seems to
gets a wrong CC environment via oe_runmake (line 168 in the run.do_compile)
--
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