Cant build Debian image with Fenix script

Which system do you use? Android, Ubuntu, OOWOW or others?

Debian

Which version of system do you use? Khadas official images, self built images, or others?

Trying to build Debian image with fenix script

Please describe your issue below:

Can’t build Debian image with fenix script - script fails with error attached in image
I’ve tried building Debian image for Vim1S and sdcard with fenix script in Docker on Debian host.
With no changes to source code followed steps in GitHub - khadas/fenix: One-stop script set to build Ubuntu/Debian images

Hello @xholicka

Please try this:

$ SKIP_HEADER_DEB=yes make
1 Like

Well, that did the trick. Thank you.

What’s the difference and why did I need to do this? Is it something that will be fixed in fenix source code?

Thank you for the information.

It is because the gcc used for compiling the kernel is too high, but the gcc in Debian 10 is too old, so when compile the herader under Debian 10 will fail. This command just skip the header debian installation.

1 Like