YOCTO on S32V234 board and platform

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

YOCTO on S32V234 board and platform

跳至解决方案
3,228 次查看
longzhao
Contributor II

Dears,

 i got a problem that  on S32V234 board and platform  to build bsp.here is the summary:

ubuntu@ubuntu:~/nxp-release-bsp-s32v234_evb10.0/Yocto_s32v234_bsp10.0/build_s32v234evb_release$ bitbake fsl-image-s32v2xx
WARNING: Unable to get checksum for gpu-viv-bin-s32v2xx SRC_URI entry gpu-viv-bin-s32v234-5.0.11.p8-hardfp.run: file could not be found
WARNING: Unable to get checksum for kernel-module-galcore SRC_URI entry galcore_s32v234_5.0.11.p8.tar.gz: file could not be found
Parsing recipes: 100% |###########################################################################################| Time: 00:01:30
Parsing of 1929 .bb files complete (0 cached, 1929 parsed). 2457 targets, 163 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.26.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "aarch64-fsl-linux"
MACHINE = "s32v234evb"
DISTRO = "fsl-networking"
DISTRO_VERSION = "1.8"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "(nobranch):03b0fbcf6b3b5cd16ae16738fbaabd1c6bf98536"
meta-fsl-arm = "(nobranch):c9f259a4bf8472dfa3ff75f1c3fcbe5e0ded7aaf"
meta-fsl-networking = "(nobranch):b8ff02a8d508464a16c84e1d13c155f45aa98cbe"
meta-fsl-toolchain = "(nobranch):0a235c4bcd4057608ee60b8c898eec9509632b95"
meta-virtualization = "(nobranch):0277cbcb47db4239d0a4aa3b37c5c6a705070951"
meta-fsl-s32v = "(nobranch):73a01065ae601c63aa00601d436f599899ecf066"
meta-oe
meta-networking
meta-python
meta-webserver
meta-filesystems = "(nobranch):c841231b9f327d2d06d19d2ba1324dd86b83617c"
meta-linaro
meta-aarch64
meta-linaro-toolchain = "(nobranch):5075a82bd510d19617803fb16da2375605225cbb"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL https://releases.linaro.org/15.03/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.03.tar.xz, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
https://releases.linaro.org/15.03/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.03.tar.xz:
2017-02-19 15:37:27 ERROR 404: NOT FOUND.

ERROR: Function failed: Fetcher failure for URL: 'https://releases.linaro.org/15.03/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.03.tar.xz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/ubuntu/nxp-release-bsp-s32v234_evb10.0/Yocto_s32v234_bsp10.0/build_s32v234evb_release/tmp/work-shared/gcc-linaro-4.9-r2015.03/temp/log.do_fetch.13974
ERROR: Task 1837 (/home/ubuntu/nxp-release-bsp-s32v234_evb10.0/Yocto_s32v234_bsp10.0/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-source_linaro-4.9.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 47 tasks of which 0 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
/home/ubuntu/nxp-release-bsp-s32v234_evb10.0/Yocto_s32v234_bsp10.0/meta-linaro/meta-linaro-toolchain/recipes-devtools/gcc/gcc-source_linaro-4.9.bb, do_fetch
Summary: There were 3 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
ubuntu@ubuntu:~/nxp-release-bsp-s32v234_evb10.0/Yocto_s32v234_bsp10.0/build_s32v234evb_release$

I don't know what the problem is.Hope to get help!

标签 (2)
1 解答
1,313 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello long,

   1. It means that the link of gcc toolchain became invalid, in the latest linux BSP, the issue has been fixed, so please download the latest linux bsp whose version is v11.0 by the below link:

http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32XX-LINUXBSP01D

Maybe you need to register a NXP account, so you had better regitster one, then download BSP.

2. About compiling Linux BSP

You can use Yocto to compile linxu OS, then use VSDK to compile drivers or applications.

--------------------------Chinese---------------------

  1. 您反馈的问题应该是Yocto中linaro的gcc工具链路径失效了,最新的Linux BSP(0)版本中修复了这个问题,请您通过以下链接下载最新的Linux BSP,Yocto,以及相关文档:

http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32XX-LINUXBSP01D

您可能需要注册一个NXP账号来申请Linux BSP的下载权限。

 2. Linux的编译有两种方式:通过Yocto编译;配置工具链手动编译。在第二种情况下,用到的工具链和编译VSDK中的demo所需的工具链是一样的。Yocto编译出来的Linux只是基本的OS,一些外设的驱动源码在VSDK中,另外一些demo工程也可以参考SDK中的例子。所以,您可以利用Yocto来编译Linux,用VSDK来编译可能用到的驱动和开发应用程序。

Best Regards,

weidong

在原帖中查看解决方案

2 回复数
1,314 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello long,

   1. It means that the link of gcc toolchain became invalid, in the latest linux BSP, the issue has been fixed, so please download the latest linux bsp whose version is v11.0 by the below link:

http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32XX-LINUXBSP01D

Maybe you need to register a NXP account, so you had better regitster one, then download BSP.

2. About compiling Linux BSP

You can use Yocto to compile linxu OS, then use VSDK to compile drivers or applications.

--------------------------Chinese---------------------

  1. 您反馈的问题应该是Yocto中linaro的gcc工具链路径失效了,最新的Linux BSP(0)版本中修复了这个问题,请您通过以下链接下载最新的Linux BSP,Yocto,以及相关文档:

http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32XX-LINUXBSP01D

您可能需要注册一个NXP账号来申请Linux BSP的下载权限。

 2. Linux的编译有两种方式:通过Yocto编译;配置工具链手动编译。在第二种情况下,用到的工具链和编译VSDK中的demo所需的工具链是一样的。Yocto编译出来的Linux只是基本的OS,一些外设的驱动源码在VSDK中,另外一些demo工程也可以参考SDK中的例子。所以,您可以利用Yocto来编译Linux,用VSDK来编译可能用到的驱动和开发应用程序。

Best Regards,

weidong

1,313 次查看
longzhao
Contributor II

Deads,

Thank you very much for your reply.

Yours Longz

在 2017-02-21 17:37:08,"weidong.sun" <admin@community.nxp.com> 写道:

|

|

NXP Community

|

|

Re: YOCTO on S32V234 board and platform

reply from Wigros Sun in i.MX Community - View the full discussion

Hello long,

1. It means that the link of gcc toolchain became invalid, in the latest linux BSP, the issue has been fixed, so please download the latest linux bsp whose version is v11.0 by the below link:

http://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32XX-LINUXBSP01D

Maybe you need to register a NXP account, so you had better regitster one, then download BSP.

2. About compiling Linux BSP

You can use Yocto to compile linxu OS, then use VSDK to compile drivers or applications.