Error building Debian flexbuild using docker container

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

Error building Debian flexbuild using docker container

1,642 次查看
TVT
Contributor I

Hi!

Trying to build Debian FlexBuild using docker container with the commands:

$ cd flexbuild
$ . setup.env
$ bld docker
$ . setup.env
$ bld bsp -m imx8mpevk

Have the following result:

FlexBuild-error.png

What am I doing wrong?

Unfortunately I couldn't find any build log to attach to my question...

The host system is Debian 12.

Thanks!

0 项奖励
回复
6 回复数

1,609 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

As your host system is Debian, you don't need to use docker. The docker should be used if your system is Ubuntu and you want to build deep learning feature.

 

Please delete the build_lsdk2406 folder to avoid permission issue and then build it with below three commands.

 

 

$ cd flexbuild
$ . setup.env
$ bld bsp -m imx8mpevk

 



Best Regards,
Zhiming

0 项奖励
回复

1,567 次查看
TVT
Contributor I

I tried to build the FlexBuild from scratch in two ways: using Debian 12 system and using Docker container. Have the following results...

Debian 12 build:

FlexBuild-D12.png


Docker build:

FlexBuild-Docker.png

Could you give me a clue where am I wrong? Thanks!

0 项奖励
回复

1,546 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

You can try to create that folder in flexbuild. Did you modify the flexbuild source code?

Best Regards,
Zhiming

0 项奖励
回复

1,527 次查看
TVT
Contributor I
Of course I did create that folder manually but there was another error which I unfortunately didn't document. And I didn't modify any part of FlexBuild source code.
0 项奖励
回复

1,502 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

Can you share that error?

Best Regards,
Zhiming

0 项奖励
回复

1,589 次查看
TVT
Contributor I
Thanks! But I don't thinks that's gonna change a lot because the build process is the same. I'll try it on a clean Debian 12 system.
0 项奖励
回复