S32G BSP v28.0 bitbake Error

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

S32G BSP v28.0 bitbake Error

869 Views
zhuliya
Contributor I

Dear NXP support:

When I do bitbake fsl-image-base following the BSP user manual . The error below occurs. Could you please help check this? And Thank you in advance.

ERROR: glibc-2.32-r0 do_compile: oe_runmake failed

ERROR: glibc-2.32-r0 do_compile: Execution of '/media/zhuliya/Local/01_S32G/01_BSP/fsl-auto-yocto-bsp/build_s32g274ardb2/tmp/work/aarch64-fsl-linux/glibc/2.32-r0/temp/run.do_compile.29378' failed with exit code 1:

make -r PARALLELMFLAGS="-j 24" -C ../git objdir=`pwd` all

make[1]: Entering directory '/media/zhuliya/Local/01_S32G/01_BSP/fsl-auto-yocto-bsp/build_s32g274ardb2/tmp/work/aarch64-fsl-linux/glibc/2.32-r0/git'

 

0 Kudos
Reply
1 Reply

859 Views
bpe
NXP Employee
NXP Employee


The message you quoted only indicates that glibc failed at the compile stage.
There must be more errors in the preceding output. Look into
build_<your_target_board_name>/tmp/log/ to identify the root cause. bitbake
normally tells you which exactly log file to look at for errors.

There are no known problems with glibc in BSP 28.0. It is a fundamental
package everything in the target userspace depends on. Any problem with it
would have been noticed and fixed long ago.

If you are just trying to build in a default configuration and with no code
changes, make sure you are building on a supported Linux host distribution.
Check the output of host-prepare.sh script to ensure your host is ready to
build the BSP. If that script completes with no errors, try 'bitbake -c
cleanall glibc' followed by 'bitbake -c build glibc'. If nothing helps, remove
all BSP files and directories and install everything anew.

Note that the BSP 28.0 is obsolete. Consider moving to the most recent BSP 30.0
Use Automotive Package Manager to download it.

Best Regards,
Platon

0 Kudos
Reply