From: Andrea Sterbini <a.sterbini@tiscali.it>
To: Elvis Dowson <elvis.dowson@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Problems building yocto for Xilinx ML507 (with some tentative fixes)
Date: Fri, 10 May 2013 20:45:33 +0200 [thread overview]
Message-ID: <518D404D.3010301@tiscali.it> (raw)
In-Reply-To: <518D338F.8030008@tiscali.it>
Found why that error
|
/home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/temp/run.do_configure.10130:
line 157:
/home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/git/board/xilinx/ml507/xparameters.h:
Not a directory
The u-boot downloaded from github.com/Xilinx has no board/xilinx/ml507/
directory but only a board/xilinx/ppc440-generic
Now I will try the original from git://git.denx.de/u-boot.git
(but bitbake seems to have problems fetching it)
A
On Fri 10 May 2013 07:51:11 PM CEST, Andrea Sterbini wrote:
> Not yet.
> I haven't been able to complete the complete run
>
> bitbake core-image-minimal
>
> I moved to the meta-xilinx master branch
> I am able to complete almost 1600 tasks of 1666 by doing (after the
> git.xilinx.com -> github.com/Xilinx fixes)
>
> bitbake core-image-minimal -k
>
> The error I get is
>
>> Build Configuration:
>> BB_VERSION = "1.19.0"
>> BUILD_SYS = "x86_64-linux"
>> NATIVELSBSTRING = "Fedora-18"
>> TARGET_SYS = "powerpc-poky-linux"
>> MACHINE = "virtex-5-ml507-powerpc-440"
>> DISTRO = "poky"
>> DISTRO_VERSION = "1.3+snapshot-20130510"
>> TUNE_FEATURES = "m32 ppc440 fpu-soft"
>> TARGET_FPU = "soft"
>> meta
>> meta-yocto
>> meta-yocto-bsp = "master:88a7b041fbf2583472aa9408a33dd8881223a0c1"
>> toolchain-layer = "master:cc0067dc0c7ea469057238db6422864d1bce311c"
>> toolchain-layer = "master:cd5f284730a6430d563443786c409aa6783d4b04"
>> meta-xilinx = "master:4f1a74f86c402e0810e84ab0588b5de2ca9ccfff"
>> meta-angstrom = "master:fe82cbd08eef51cd5d5a38c1cd0ed6ce7e57fb18"
> --- a lot of diagnostic messages later
>> ERROR: Function failed: do_configure (see
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/temp/log.do_configure.10130
>> for further information)
>> ERROR: Logfile of failure stored in:
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/temp/log.do_configure.10130
>>
>> Log data follows:
>> | DEBUG: Executing python function sysroot_cleansstate
>> | DEBUG: Python function sysroot_cleansstate finished
>> | DEBUG: Executing shell function do_configure
>> | NOTE: Replacing xparameters header to match hardware model
>> |
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/temp/run.do_configure.10130:
>> line 157:
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/git/board/xilinx/ml507/xparameters.h:
>> Not a directory
>> | ERROR: Function failed: do_configure (see
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/u-boot-xilinx/v2012.04.01-r17/temp/log.do_configure.10130
>> for further information)
>> ERROR: Task 79
>> (/home/andrea/src/FPGA/poky/meta-xilinx/recipes-bsp/u-boot/u-boot-xilinx_git.bb,
>> do_configure) failed with exit code '1'
>> ERROR: Function failed: do_compile (see
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/linux-xilinx/3.3-r02/temp/log.do_compile.10129
>> for further information)
>> ERROR: Logfile of failure stored in:
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/linux-xilinx/3.3-r02/temp/log.do_compile.10129
>>
>> Log data follows:
>> | DEBUG: Executing shell function do_compile
>> | NOTE: make -j 4 uImage CC=powerpc-poky-linux-gcc
>> LD=powerpc-poky-linux-ld.bfd
>> | scripts/kconfig/conf --silentoldconfig Kconfig
>> | ***
>> | *** Configuration file ".config" not found!
>> | ***
>> | *** Please run some configurator (e.g. "make oldconfig" or
>> | *** "make menuconfig" or "make xconfig").
>> | ***
>> | make[2]: *** [silentoldconfig] Error 1
>> | make[1]: *** [silentoldconfig] Error 2
>> | make: *** No rule to make target `include/config/auto.conf', needed
>> by `include/config/kernel.release'. Stop.
>> | make: *** Waiting for unfinished jobs....
>> | ERROR: oe_runmake failed
>> | ERROR: Function failed: do_compile (see
>> /home/andrea/src/FPGA/poky/build/tmp/work/virtex_5_ml507_powerpc_440-poky-linux/linux-xilinx/3.3-r02/temp/log.do_compile.10129
>> for further information)
>> ERROR: Task 811
>> (/home/andrea/src/FPGA/poky/meta-xilinx/recipes-kernel/linux/linux-xilinx_3.3.bb,
>> do_compile) failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 1662 tasks of which 1660 didn't need
>> to be rerun and 2 failed.
>> Waiting for 0 running tasks to finish:
>>
>> Summary: 2 tasks failed:
>> /home/andrea/src/FPGA/poky/meta-xilinx/recipes-bsp/u-boot/u-boot-xilinx_git.bb,
>> do_configure
>> /home/andrea/src/FPGA/poky/meta-xilinx/recipes-kernel/linux/linux-xilinx_3.3.bb,
>> do_compile
>> Summary: There were 2 ERROR messages shown, returning a non-zero exit
>> code.
>
> All the best
> Andrea
>
>
> On Fri 10 May 2013 05:11:48 PM CEST, Elvis Dowson wrote:
>>
>> Hi Andrea,
>>
>> On May 10, 2013, at 6:02 PM, Andrea Sterbini <a.sterbini@tiscali.it>
>> wrote:
>>
>>>
>>> The problems I have found (and someway fixed) are:
>>>
>>> 1) when I do "bitbake meta-toolchain" I get an error complaining
>>> that the compiler is not able to build for powerpc with FPU
>>> Fix: I have changed the ml507 rules to include just the soft FPU
>>
>>
>> I never did get soft-float to work properly with gcc-4.6 or gcc-4.7.
>> I got soft-float to work with gcc-4.5.4.
>>
>> hard float fpu support worked with gcc-4.7.
>>
>> Were you able to boot and login to the command prompt with the
>> generated images ?
>>
>> Best regards,
>>
>> Elvis Dowson
>
>
next prev parent reply other threads:[~2013-05-10 18:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-10 14:02 Problems building yocto for Xilinx ML507 (with some tentative fixes) Andrea Sterbini
2013-05-10 15:11 ` Elvis Dowson
2013-05-10 17:51 ` Andrea Sterbini
2013-05-10 18:45 ` Andrea Sterbini [this message]
2013-05-11 9:09 ` Andrea Sterbini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=518D404D.3010301@tiscali.it \
--to=a.sterbini@tiscali.it \
--cc=elvis.dowson@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.