OpenIPC / builder

Experimental system for building OpenIPC firmware for known devices
https://openipc.org
MIT License
16 stars 19 forks source link

Build error #22

Closed KevinChau9527 closed 3 months ago

KevinChau9527 commented 3 months ago

Hello. I tried to compile according to the README document and encountered an error. The error is printed as follows:

openipc-builderror.txt

Cannot execute cross-compiler '/home/kevin/openipc/builder/openipc/output/per-package/toolchain-external-custom/host/opt/ext-toolchain/bin/arm-openipc-linux-gnueabihf-gcc.br_real'

It seems that Buildroot made an error when using the cross-compilation tool chain to compile. Please tell me how to solve this problem.

Thank you

cronyx commented 3 months ago

what is the architecture on your host system?

KevinChau9527 commented 3 months ago

@cronyx Host : Ubuntu20.04 amd64

cronyx commented 3 months ago

use recommend system ubuntu 22.04

KevinChau9527 commented 3 months ago

Useful to build in Ubuntu 22.04, Close issue.