Not able to build VSDK 1.4.1 and Linux BSP22HF2 from NXP software download site

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Not able to build VSDK 1.4.1 and Linux BSP22HF2 from NXP software download site

571 Views
prem_sagar
Contributor I

Hello,

I am not able to build Linux BSP 22 HF2 and VSDK 1.4.1 for S32V234-evb2, that were downloaded from NXP software download site.

Here are the steps followed as per NXP documents from software download site, am using YOCTO build environment.
-----------------------------------------------------------------------------------------------------------
18.1 Building the Linux image containing the VSDK support by Yocto To
build the Linux image that provides support for VSDK, please follow
the steps below.
1. In the Yocto directory, get the meta-adas repository:
repo init -u
https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b
release/bsp22.0 -m adas.xml repo sync
For more details, please see the meta-adas documentation in
sources/auto_yocto_bsp/README and the chapter ‘Building default
YOCTO’. 2. Download and install the VSDK archive prepared for Yocto
integration to a folder of your choice (e.g.
“/opt/fsl_local_mirror”): External location:
https://nxp.flexnetoperations.com/control/frse/product?child_plneID=713087&ver=CURRENT
Note: Latest VSDK version tested with meta-adas:
VisionSDK_S32V2_RTM_1_2_0.bin 3. Create build folder:
source nxp-setup.sh -m <machine>
4. Edit the file conf/local.conf in your build folder to specify the
path to the VSDK folder. For example:
FSL_LOCAL_MIRROR = "file:///opt/fsl_local_mirror"
Note: the name of the unpacked archive (e.g. s32v234_sdk) should not
be added in the FSL_LOCAL_MIRROR. This is automatically appended in
the meta-adas recipes. 5. In order use the ffmpeg as VSDK dependency
into the image, you must acknowledge that you are aware of the ffmpeg
license requirements by adding the following line in the
conf/local.conf:
LICENSE_FLAGS_WHITELIST_append = " commercial "
NXP Confidential Page 99 of 108
6. Build the image:
bitbake fsl-image-vsdk
-------------------------------------------------------------------------------------------------------------------

Here are the errors during bitbake, that were coming from NXP VSDK 1.4.1 moduels,

----------------------------------------------------------------------------------------------------------------------------

make[1]: Entering directory '/home/prem/gan_fsl/build_s32v234evb/tmp/work-shared/s32v234evb/kernel-build-artifacts'
|   CC [M]  /opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/apex_core.o
|   CC [M]  /opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/apex_lldcmd.o
|   CC [M]  /opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/circular_buff_queue.o
|   LD [M]  /opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/apex.o
| /opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/../../../../../3rdparty/oal/libs/kernel/linux-write/build-linux-kernel/build-v234ce-gnu-linux-d/liboal_kernel.a: error adding symbols: Malformed archive
| /home/prem/gan_fsl/build_s32v234evb/tmp/work-shared/s32v234evb/kernel-source/scripts/Makefile.build:516: recipe for target '/opt/vin_fsl_vsdk/s32v234_sdk/libs/apex/drivers/kernel/build-v234ce-gnu-linux-d/apex.o' failed

----------------------------------------------------------------------------------------------------------------------------------------
Please do help with appropriate software that can be downloaded from NXP software download site.

Thanks,

Prem.

Labels (1)
0 Kudos
0 Replies