Hi when compiling the recipe ti-sgx-ddk-km with using the thud branch in meta-ti(and poky) I get this error:
../config/compiler.mk:176: ****************************************************** | ../config/compiler.mk:176: Compiler target 'arm-poky-linux-gnueabi' not recognised | ../config/compiler.mk:176: (missing ../config/compilers/ arm-poky-linux-gnueabi.mk file) | ../config/compiler.mk:176: ****************************************************** | ../config/compiler.mk:176: *** Compiler 'arm-poky-linux-gnueabi' not recognised. Stop. If I examine the source of ti-sgx-ddk-km I can see that there are a number of makefiles in the .../config/compilers/ directory, apparently one for each compiler name, but none for arm-poky-linux-gnueabi. This is the content .../eurasia_km/eurasiacon/build/linux2/config/compilers# ls -la total 28 drwxr-xr-x 2 1000 1000 4096 Apr 15 08:33 . drwxr-xr-x 3 1000 1000 4096 Apr 15 08:33 .. -rw-r--r-- 1 1000 1000 316 Apr 15 08:33 aarch64-linux-gnu.mk -rw-r--r-- 1 1000 1000 144 Apr 15 08:33 arm-linux-gnueabihf.mk -rw-r--r-- 1 1000 1000 59 Apr 15 08:33 i386-linux-gnu.mk -rw-r--r-- 1 1000 1000 71 Apr 15 08:33 mips-mti-linux-gnu.mk -rw-r--r-- 1 1000 1000 1237 Apr 15 08:33 x86_64-linux-gnu.mk If I copy the file arm-linux-gnueabihf.mk to arm-poky-linux-gnueabi.mk everything compiles fine. I have tried this in meta-ti version: 51ea3a467a688b51f2e033657c77aa55f4452ed3 Build Configuration: BB_VERSION = "1.40.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "beaglebone" DISTRO = "poky" DISTRO_VERSION = "2.6.2" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" TARGET_FPU = "hard" meta-ti = "HEAD:51ea3a467a688b51f2e033657c77aa55f4452ed3" meta meta-poky = "HEAD:a192fff25b10fc29543edaef8555f3b15ef8234f" ... BR Andreas Hansson
-- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
