Hi Team
I was using flex-builder to build customized kernel for ls1046afrwy.
But it kept failing at
AR drivers/xxxx/built-in.a
flexbuild_lsdk2012/packages/linux/linux/Makefile:1703: recipe for target 'drivers' failed
The xxxx part changes every time:
AR drivers/net/ethernet/built-in.a
AR drivers/media/built-in.a
AR drivers/staging/built-in.a
etc..
the log just stopped there without any detail.
LSDK version is 20.12
Ubuntu is 18.04.5
The command I used is
flex-builder -m ls1046afrwy -c linux:custom
flex-builder -m ls1046afrwy -c linux
The CONFIG I changed from defconfig are:
SYSTEM_TRUSTED_KEYS : [debian/canonical-certs.pem] ⇒ []
I've tried on 2 different machines (1 real machine and 1 virtual machine) both fails at the build-in.a part.
Is there any hint about this?