Error building Debian flexbuild using docker container

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

Error building Debian flexbuild using docker container

1,582 Views
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 Kudos
Reply
6 Replies

1,549 Views
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 Kudos
Reply

1,507 Views
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 Kudos
Reply

1,486 Views
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 Kudos
Reply

1,467 Views
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 Kudos
Reply

1,442 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

Can you share that error?

Best Regards,
Zhiming

0 Kudos
Reply

1,529 Views
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 Kudos
Reply