All of lore.kernel.org
 help / color / mirror / Atom feed
* ncurses-native compile error when building daisy branch on Ubuntu 16.04 64bit host
@ 2016-06-24 21:57 Ankur Tyagi
  2016-06-25  0:14 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Ankur Tyagi @ 2016-06-24 21:57 UTC (permalink / raw)
  To: meta-arago

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

Hi,

I am trying to build arago daisy branch on Ubuntu 16.04 64bit host machine
and I am getting this error:

http://pastebin.com/pRaEr2Te

Following is my build configuration
​:
​

Toolchain: gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux
(I have installed libstdc++6:i386 libncurses5:i386 libz1:i386 libc6:i386
libc6-dev-i386)

Build Configuration:
BB_VERSION        = "1.26.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-16.04"
TARGET_SYS        = "arm-linux-gnueabi"
MACHINE           = "am335x-evm"
DISTRO            = "arago"
DISTRO_VERSION    = "2015.05"
TUNE_FEATURES     = "armv7a vfp thumb neon callconvention-hard cortexa8"
TARGET_FPU        = "vfp-neon"
meta-ggl          = "master:9dbc979b22a14ddadc6359168420d369f5036225"
meta-arago-distro
meta-arago-extras = "daisy:f8c775ae64a26eb1182d515b2beb3544572bd799"
meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
toolchain-layer
meta-networking
meta-ruby
meta-oe           = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
meta-ti           = "daisy:090b02a104924886afd0fa79be7b5d08eebf071f"
meta-linaro-toolchain = "daisy:dbe0db0a1a5c015feb84ef689f48421594cb0b51"
meta              = "daisy:a4e80e831cd13e6418af0d770c5dbd5b9270eaa5"

Is there a patch that fixes this problem ?

thanks
Ankur

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

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

* Re: ncurses-native compile error when building daisy branch on Ubuntu 16.04 64bit host
  2016-06-24 21:57 ncurses-native compile error when building daisy branch on Ubuntu 16.04 64bit host Ankur Tyagi
@ 2016-06-25  0:14 ` Denys Dmytriyenko
  2016-06-25  1:17   ` Ankur Tyagi
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-06-25  0:14 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-arago

http://lists.openembedded.org/pipermail/openembedded-core/2015-February/101820.html


On Sat, Jun 25, 2016 at 09:57:40AM +1200, Ankur Tyagi wrote:
> Hi,
> 
> I am trying to build arago daisy branch on Ubuntu 16.04 64bit host machine
> and I am getting this error:
> 
> http://pastebin.com/pRaEr2Te
> 
> Following is my build configuration
> ​:
> ​
> 
> Toolchain: gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux
> (I have installed libstdc++6:i386 libncurses5:i386 libz1:i386 libc6:i386
> libc6-dev-i386)
> 
> Build Configuration:
> BB_VERSION        = "1.26.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Ubuntu-16.04"
> TARGET_SYS        = "arm-linux-gnueabi"
> MACHINE           = "am335x-evm"
> DISTRO            = "arago"
> DISTRO_VERSION    = "2015.05"
> TUNE_FEATURES     = "armv7a vfp thumb neon callconvention-hard cortexa8"
> TARGET_FPU        = "vfp-neon"
> meta-ggl          = "master:9dbc979b22a14ddadc6359168420d369f5036225"
> meta-arago-distro
> meta-arago-extras = "daisy:f8c775ae64a26eb1182d515b2beb3544572bd799"
> meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
> toolchain-layer
> meta-networking
> meta-ruby
> meta-oe           = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
> meta-ti           = "daisy:090b02a104924886afd0fa79be7b5d08eebf071f"
> meta-linaro-toolchain = "daisy:dbe0db0a1a5c015feb84ef689f48421594cb0b51"
> meta              = "daisy:a4e80e831cd13e6418af0d770c5dbd5b9270eaa5"
> 
> Is there a patch that fixes this problem ?
> 
> thanks
> Ankur

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: ncurses-native compile error when building daisy branch on Ubuntu 16.04 64bit host
  2016-06-25  0:14 ` Denys Dmytriyenko
@ 2016-06-25  1:17   ` Ankur Tyagi
  0 siblings, 0 replies; 3+ messages in thread
From: Ankur Tyagi @ 2016-06-25  1:17 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

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

Thanks, it's working now.

On Sat, Jun 25, 2016 at 12:14 PM, Denys Dmytriyenko <denys@ti.com> wrote:

>
> http://lists.openembedded.org/pipermail/openembedded-core/2015-February/101820.html
>
>
> On Sat, Jun 25, 2016 at 09:57:40AM +1200, Ankur Tyagi wrote:
> > Hi,
> >
> > I am trying to build arago daisy branch on Ubuntu 16.04 64bit host
> machine
> > and I am getting this error:
> >
> > http://pastebin.com/pRaEr2Te
> >
> > Following is my build configuration
> > ​:
> > ​
> >
> > Toolchain: gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux
> > (I have installed libstdc++6:i386 libncurses5:i386 libz1:i386 libc6:i386
> > libc6-dev-i386)
> >
> > Build Configuration:
> > BB_VERSION        = "1.26.0"
> > BUILD_SYS         = "x86_64-linux"
> > NATIVELSBSTRING   = "Ubuntu-16.04"
> > TARGET_SYS        = "arm-linux-gnueabi"
> > MACHINE           = "am335x-evm"
> > DISTRO            = "arago"
> > DISTRO_VERSION    = "2015.05"
> > TUNE_FEATURES     = "armv7a vfp thumb neon callconvention-hard cortexa8"
> > TARGET_FPU        = "vfp-neon"
> > meta-ggl          = "master:9dbc979b22a14ddadc6359168420d369f5036225"
> > meta-arago-distro
> > meta-arago-extras = "daisy:f8c775ae64a26eb1182d515b2beb3544572bd799"
> > meta-qt5          = "krogoth:d715f2c1d340fa38f8a9860acc73de5e14a38b75"
> > toolchain-layer
> > meta-networking
> > meta-ruby
> > meta-oe           = "daisy:d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
> > meta-ti           = "daisy:090b02a104924886afd0fa79be7b5d08eebf071f"
> > meta-linaro-toolchain = "daisy:dbe0db0a1a5c015feb84ef689f48421594cb0b51"
> > meta              = "daisy:a4e80e831cd13e6418af0d770c5dbd5b9270eaa5"
> >
> > Is there a patch that fixes this problem ?
> >
> > thanks
> > Ankur
>
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
>

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

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

end of thread, other threads:[~2016-06-25  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24 21:57 ncurses-native compile error when building daisy branch on Ubuntu 16.04 64bit host Ankur Tyagi
2016-06-25  0:14 ` Denys Dmytriyenko
2016-06-25  1:17   ` Ankur Tyagi

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.