|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I did a comparision betwen the poky/meta and the eldk/meta directories for the denzil branch. The ELDK one is roughly behind by around 2 updates to the denzil branch, I think. One thing that
Hi Khem, I did a comparision betwen the poky/meta and the eldk/meta directories for the denzil branch. The ELDK one is roughly behind by around 2 updates to the denzil branch, I think. One thing that
|
By
Elvis Dowson
· #8679
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, So gcc-4.6.3, eglibc-2.13, from poky/denzil branch also failed, the same as the poky/master branch with gcc-4.6.3, eglibc-2.13. So I guess the I'll need to do a diff between the Denx ELDK 5.2
Hi Khem, So gcc-4.6.3, eglibc-2.13, from poky/denzil branch also failed, the same as the poky/master branch with gcc-4.6.3, eglibc-2.13. So I guess the I'll need to do a diff between the Denx ELDK 5.2
|
By
Elvis Dowson
· #8678
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I also just tried gcc-4.6.3 and eglibc-2.13, and I get a segmentation fault while running /bin/getty, and a kernel panic when running init=/bin/bash, building off poky/master branch recipes.
Hi Khem, I also just tried gcc-4.6.3 and eglibc-2.13, and I get a segmentation fault while running /bin/getty, and a kernel panic when running init=/bin/bash, building off poky/master branch recipes.
|
By
Elvis Dowson
· #8676
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, Yes, I tried gcc-4.5.1 and eglibc-2.16, it didn't work. The following combinations didn't work: gcc-4.5.1, eglibc-2.15, binutils-2.22 gcc-4.5.1, eglibc-2.16, binutils-2.22 gcc-4.7.2, eglibc-2.13,
Hi, Yes, I tried gcc-4.5.1 and eglibc-2.16, it didn't work. The following combinations didn't work: gcc-4.5.1, eglibc-2.15, binutils-2.22 gcc-4.5.1, eglibc-2.16, binutils-2.22 gcc-4.7.2, eglibc-2.13,
|
By
Elvis Dowson
· #8675
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
I tried eglibc-2.13 with the current gcc-4.7 recipe, and that combination doesn't work. I do know that the Denx ELDK used eglibc-2.13 and the gcc-4.6 recipe. The ELDK is based off poky/denzil branch.
I tried eglibc-2.13 with the current gcc-4.7 recipe, and that combination doesn't work. I do know that the Denx ELDK used eglibc-2.13 and the gcc-4.6 recipe. The ELDK is based off poky/denzil branch.
|
By
Elvis Dowson
· #8672
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I tried with eglibc-2.15 and it's broken for PowerPC 440 soft-float. zImage starting: loaded at 0x00800000 (sp: 0x017e4fa0) Allocating 0x54cf4c bytes for kernel ... gunzipping (0x00000000 <-
Hi Khem, I tried with eglibc-2.15 and it's broken for PowerPC 440 soft-float. zImage starting: loaded at 0x00800000 (sp: 0x017e4fa0) Allocating 0x54cf4c bytes for kernel ... gunzipping (0x00000000 <-
|
By
Elvis Dowson
· #8662
·
|
|
poky: core-image-minimal cannot login
Hi, I should have been a bit more explicit.. if I type root as the user name, it doesn't do anything, and gives me a login prompt once again. It doesn't prompt me to enter a password (which I read som
Hi, I should have been a bit more explicit.. if I type root as the user name, it doesn't do anything, and gives me a login prompt once again. It doesn't prompt me to enter a password (which I read som
|
By
Elvis Dowson
· #8659
·
|
|
poky: core-image-minimal cannot login
Hi, I've created a ramdisk with core-image-minimal for powerpc 440 soft-float, and find that I cannot login Yocto (Built by Poky 7.0) 1.2+snapshot-20120812 (none) ttyS0 (none) login: I type root, but
Hi, I've created a ramdisk with core-image-minimal for powerpc 440 soft-float, and find that I cannot login Yocto (Built by Poky 7.0) 1.2+snapshot-20120812 (none) ttyS0 (none) login: I type root, but
|
By
Elvis Dowson
· #8658
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, Success, at last!! :-) I switch to eglib 2.13, and everything works fine!! The problem was with eglibc 2.16. It is broken for powerpc 440 soft float, not sure if the same situation manifests
Hi Khem, Success, at last!! :-) I switch to eglib 2.13, and everything works fine!! The problem was with eglibc 2.16. It is broken for powerpc 440 soft float, not sure if the same situation manifests
|
By
Elvis Dowson
· #8656
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I've made tangential progress!! I found out that Denx had a bunch of pre-built rootfilesystems, generated from yocto/denzil branch. I took the core-image-core-generic-powerpc-4xx-softfloat.ta
Hi Khem, I've made tangential progress!! I found out that Denx had a bunch of pre-built rootfilesystems, generated from yocto/denzil branch. I took the core-image-core-generic-powerpc-4xx-softfloat.ta
|
By
Elvis Dowson
· #8643
·
|
|
Over-riding insane LDFLAGS check
While I was developing the gcc-4.5 recipe against the current poky master, I first started adding INSANE_SKIP_<packagename> = "ldflags". For a couple of recipes, adding that didn't work because of the
While I was developing the gcc-4.5 recipe against the current poky master, I first started adding INSANE_SKIP_<packagename> = "ldflags". For a couple of recipes, adding that didn't work because of the
|
By
Elvis Dowson
· #8641
·
|
|
Over-riding insane LDFLAGS check
How would I go about hooking, in a single location, so that if I run gcc-4.5, it over-rides it completely, but if I specify gcc-4.6 or 4.7 it doesn't get over-ridden? Elvis Dowson
How would I go about hooking, in a single location, so that if I run gcc-4.5, it over-rides it completely, but if I specify gcc-4.6 or 4.7 it doesn't get over-ridden? Elvis Dowson
|
By
Elvis Dowson
· #8639
·
|
|
Over-riding insane LDFLAGS check
Hi, Is there anyway I can over-ride the insane LDFLAGS check for GNU_HASH? gcc-4.5.1 doesn't generate the hashes, and at the moment, I've had to temporarily hack by getting the check to return, as fol
Hi, Is there anyway I can over-ride the insane LDFLAGS check for GNU_HASH? gcc-4.5.1 doesn't generate the hashes, and at the moment, I've had to temporarily hack by getting the check to return, as fol
|
By
Elvis Dowson
· #8635
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I added support for gcc-4.5.1 inside meta-openembedded/toolchain-layer, and got it building against the latest yocto/master branch. However, switching to gcc-4.5.1 did not fix the issue. Elvi
Hi Khem, I added support for gcc-4.5.1 inside meta-openembedded/toolchain-layer, and got it building against the latest yocto/master branch. However, switching to gcc-4.5.1 did not fix the issue. Elvi
|
By
Elvis Dowson
· #8633
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, I just noticed that libquadmath was disabled in the gcc-4.7.inc recipe. EXTRA_OECONF_INITIAL = "--disable-libmudflap \ --disable-libgomp \ --disable-libssp \ --disable-libquadmath \ --with-sy
Hi Khem, I just noticed that libquadmath was disabled in the gcc-4.7.inc recipe. EXTRA_OECONF_INITIAL = "--disable-libmudflap \ --disable-libgomp \ --disable-libssp \ --disable-libquadmath \ --with-sy
|
By
Elvis Dowson
· #8625
·
|
|
gnutls_2.12.20: Incorrect location for header file
Hi, While trying to build gnutls_2.12.20.bb recipe, with gcc-4.5, using the current poky master, I get the following error: | In file included from gnutlsxx.cpp:5:0: | ./includes/gnutls/gnutlsxx.h:4:2
Hi, While trying to build gnutls_2.12.20.bb recipe, with gcc-4.5, using the current poky master, I get the following error: | In file included from gnutlsxx.cpp:5:0: | ./includes/gnutls/gnutlsxx.h:4:2
|
By
Elvis Dowson
· #8623
·
|
|
gcc virtual provider settings
Hi, I found the solution for this one. The defaults are specified in the poky/meta/conf/distro/include/tcmode-default.inc file. What was happening is that when I set a couple of virual providers expli
Hi, I found the solution for this one. The defaults are specified in the poky/meta/conf/distro/include/tcmode-default.inc file. What was happening is that when I set a couple of virual providers expli
|
By
Elvis Dowson
· #8622
·
|
|
gcc virtual provider settings
Hi, Where can I find the "virtual provides" for gcc? I'd like to properly fill the following values in my local.conf file, to point it to a locally created gcc_4.5.bb recipe, along with rest, for gcc-
Hi, Where can I find the "virtual provides" for gcc? I'd like to properly fill the following values in my local.conf file, to point it to a locally created gcc_4.5.bb recipe, along with rest, for gcc-
|
By
Elvis Dowson
· #8620
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I decided to switch to code sourcery external toolchain, to try and narrow the cause to see if it was indeed a compiler issue. Which building with the mentor-2012.03-71-powerpc-mentor-linux-gnu.bi
Hi, I decided to switch to code sourcery external toolchain, to try and narrow the cause to see if it was indeed a compiler issue. Which building with the mentor-2012.03-71-powerpc-mentor-linux-gnu.bi
|
By
Elvis Dowson
· #8619
·
|
|
external-sourcery-toolchain: do_compile failed for sqlite3-3.7.13
Hi, I get a build failure for sqlite3-3.7.13 with external-sourcery-toolchain mentor-2012.03-71-powerpc-mentor-linux-gnu.bin: ERROR: Function failed: do_compile (see /tool/yocto/poky/build/tmp/work/pp
Hi, I get a build failure for sqlite3-3.7.13 with external-sourcery-toolchain mentor-2012.03-71-powerpc-mentor-linux-gnu.bin: ERROR: Function failed: do_compile (see /tool/yocto/poky/build/tmp/work/pp
|
By
Elvis Dowson
· #8584
·
|