|
Adding gcc-4.5.4 release back into oe-core
Hi Khem, Do you think it makes sense to add gcc-4.5.4 back into oe-core, if it turns out that gcc-4.7.2 is causing a lot of issues for some targets? Elvis Dowson
Hi Khem, Do you think it makes sense to add gcc-4.5.4 back into oe-core, if it turns out that gcc-4.7.2 is causing a lot of issues for some targets? Elvis Dowson
|
By
Elvis Dowson
· #8411
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi Khem, How can I run /lib/ld.so.1? Elvis Dowson
Hi Khem, How can I run /lib/ld.so.1? Elvis Dowson
|
By
Elvis Dowson
· #8410
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, Yes, it does. It is a soft link to /lib/ld-2.16.so (136.4kb) Both files exist on the target. What should I do next? Elvis Dowson
Hi, Yes, it does. It is a soft link to /lib/ld-2.16.so (136.4kb) Both files exist on the target. What should I do next? Elvis Dowson
|
By
Elvis Dowson
· #8408
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, In the objdump I see two version references for glibc, is that normal? Version References: required from libc.so.6: 0x0d696910 0x00 03 GLIBC_2.0 0x0d696914 0x00 02 GLIBC_2.4 Here is the full outpu
Hi, In the objdump I see two version references for glibc, is that normal? Version References: required from libc.so.6: 0x0d696910 0x00 03 GLIBC_2.0 0x0d696914 0x00 02 GLIBC_2.4 Here is the full outpu
|
By
Elvis Dowson
· #8406
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I created a new 16GB ramdisk file, and put the core-image-minimal root filesystem into it. I then created a static version and a dynamic version of the helloworld program. I find that the static v
Hi, I created a new 16GB ramdisk file, and put the core-image-minimal root filesystem into it. I then created a static version and a dynamic version of the helloworld program. I find that the static v
|
By
Elvis Dowson
· #8405
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, Switching back to the core-image-default non-static bash version, didn't work. I get no bash prompt, even through I specified init=/bin/sh for the kernel bootargs zImage starting: loaded at 0x0080
Hi, Switching back to the core-image-default non-static bash version, didn't work. I get no bash prompt, even through I specified init=/bin/sh for the kernel bootargs zImage starting: loaded at 0x0080
|
By
Elvis Dowson
· #8401
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I compiled bash statically by making the following changes: diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 3684191..071d79e 100644 --- a/meta/recipes-
Hi, I compiled bash statically by making the following changes: diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 3684191..071d79e 100644 --- a/meta/recipes-
|
By
Elvis Dowson
· #8400
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I'm now starting the process of debugging the init process step by step. I've just updated to the latest gcc-4.7.2 commit, as of today SRCREV = "1653160670db186c6243997447ecbe6ce5056648" I've crea
Hi, I'm now starting the process of debugging the init process step by step. I've just updated to the latest gcc-4.7.2 commit, as of today SRCREV = "1653160670db186c6243997447ecbe6ce5056648" I've crea
|
By
Elvis Dowson
· #8399
·
|
|
meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found
Hi, Sorry, I probably didn't read it in the correct order. I jumped to the previous message by mistake on the webpage. Paul Eggleton's patch would probably fix it. If you run core-image-minimal and th
Hi, Sorry, I probably didn't read it in the correct order. I jumped to the previous message by mistake on the webpage. Paul Eggleton's patch would probably fix it. If you run core-image-minimal and th
|
By
Elvis Dowson
· #8398
·
|
|
meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found
Hi, The following patch appears to attempt to fix this issue. I think it should be included into oe-core master branch. http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/026949.html H
Hi, The following patch appears to attempt to fix this issue. I think it should be included into oe-core master branch. http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/026949.html H
|
By
Elvis Dowson
· #8396
·
|
|
meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found
Hi, I also notice that if I run bitbake core-image-minimal first, and then run bitbake meta-toolchain, I don't get an error. What should be done to fix this, so that it runs correctly the first time,
Hi, I also notice that if I run bitbake core-image-minimal first, and then run bitbake meta-toolchain, I don't get an error. What should be done to fix this, so that it runs correctly the first time,
|
By
Elvis Dowson
· #8393
·
|
|
meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found
Hi, I just thought of updating my gcc recipe locally to the latest commit, as follows: diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 4905155..d2ce75a
Hi, I just thought of updating my gcc recipe locally to the latest commit, as follows: diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 4905155..d2ce75a
|
By
Elvis Dowson
· #8392
·
|
|
Switching between stable gcc versions
Hi, I think this might be the best course of action. Perhaps first start with a simple helloworld program, as an kernel boot argument for init=/hello, just to make sure it gets running, and then put i
Hi, I think this might be the best course of action. Perhaps first start with a simple helloworld program, as an kernel boot argument for init=/hello, just to make sure it gets running, and then put i
|
By
Elvis Dowson
· #8378
·
|
|
Switching between stable gcc versions
Hi, In poky master, the current version of gcc is 4.7.2. If I have a situation, where I need to revert back to using gcc-4.5.1, how can I do this cleanly? Perhaps some of the issues that I'm facing wi
Hi, In poky master, the current version of gcc is 4.7.2. If I have a situation, where I need to revert back to using gcc-4.5.1, how can I do this cleanly? Perhaps some of the issues that I'm facing wi
|
By
Elvis Dowson
· #8376
·
|
|
build error pandaboard on master
Hi, You can find information about the linux git repos for OMAP4 here: http://www.omappedia.com/wiki/LinuxOmapKernelGitTrees For audio they have a specific repo, along with the name of a maintainer Au
Hi, You can find information about the linux git repos for OMAP4 here: http://www.omappedia.com/wiki/LinuxOmapKernelGitTrees For audio they have a specific repo, along with the name of a maintainer Au
|
By
Elvis Dowson
· #8370
·
|
|
GLIBCTARGETOS ?= "linux-gnueabi" for PowerPC 440 targets
Hi, I tried rebuilding the entire yocto build without image-prelink, and still no change, I still do not get a root login prompt. Any suggestions on what else I can try? zImage starting: loaded at 0x0
Hi, I tried rebuilding the entire yocto build without image-prelink, and still no change, I still do not get a root login prompt. Any suggestions on what else I can try? zImage starting: loaded at 0x0
|
By
Elvis Dowson
· #8362
·
|
|
GLIBCTARGETOS ?= "linux-gnueabi" for PowerPC 440 targets
Hi, I've commented out the original USER_CLASSES variable, and removed the image-prelink class, in my local.conf as follows: #USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES ?= "b
Hi, I've commented out the original USER_CLASSES variable, and removed the image-prelink class, in my local.conf as follows: #USER_CLASSES ?= "buildstats image-mklibs image-prelink" USER_CLASSES ?= "b
|
By
Elvis Dowson
· #8355
·
|
|
GLIBCTARGETOS ?= "linux-gnueabi" for PowerPC 440 targets
Hi, I'm working with my local repo so, I have made the changes locally to ttyS0. As soon as I get something working, I send it to Adrian to commit to the repo. The problem I have with ttyS0 also happe
Hi, I'm working with my local repo so, I have made the changes locally to ttyS0. As soon as I get something working, I send it to Adrian to commit to the repo. The problem I have with ttyS0 also happe
|
By
Elvis Dowson
· #8354
·
|
|
GLIBCTARGETOS ?= "linux-gnueabi" for PowerPC 440 targets
Hi Khem, You're right. After rebuilding it, with that variable set, it made no difference in the generated binaries, (e.g. generate a tool chain powerpc-poky-linux-gnueabi-gcc) nor did it change the s
Hi Khem, You're right. After rebuilding it, with that variable set, it made no difference in the generated binaries, (e.g. generate a tool chain powerpc-poky-linux-gnueabi-gcc) nor did it change the s
|
By
Elvis Dowson
· #8348
·
|
|
GLIBCTARGETOS ?= "linux-gnueabi" for PowerPC 440 targets
Hi, Perhaps the reason none of my root file system binaries are not working or running is because there is no GLIBCTARGETOS ?= "linux-gnueabi" in my machine/virtex5.conf or local.conf file? I couldn't
Hi, Perhaps the reason none of my root file system binaries are not working or running is because there is no GLIBCTARGETOS ?= "linux-gnueabi" in my machine/virtex5.conf or local.conf file? I couldn't
|
By
Elvis Dowson
· #8331
·
|