All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud] ti-sgx-ddk-km do not build in thud
@ 2019-04-15  9:25 Andreas Hansson
  2019-05-09 21:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Hansson @ 2019-04-15  9:25 UTC (permalink / raw)
  To: meta-ti

[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 3387 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [thud] ti-sgx-ddk-km do not build in thud
  2019-04-15  9:25 [thud] ti-sgx-ddk-km do not build in thud Andreas Hansson
@ 2019-05-09 21:12 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-05-09 21:12 UTC (permalink / raw)
  To: Andreas Hansson; +Cc: meta-ti

Andreas,

Can you please check if this fixes your issue:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=thud&id=5e62bde3d2f2858a39a75d6408433873dcacd6f8
http://git.ti.com/gitweb/?p=graphics/omap5-sgx-ddk-linux.git;a=commitdiff;h=dbdbd9309a58ee723fc827ef5fd45c28347cf61f

-- 
Denys


On Mon, Apr 15, 2019 at 11:25:44AM +0200, Andreas Hansson wrote:
> 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
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-09 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-15  9:25 [thud] ti-sgx-ddk-km do not build in thud Andreas Hansson
2019-05-09 21:12 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.