[yocto] Toolchain with debug support

2015-10-12 Thread atulkumar singh
Hi All, Can anyone please tell me how to build a meta toolchain with debug support by setting CFLAGS to "-g -O0". I tried adding this into gcc recipe but that didn't worked out for me as another option I even tried adding CFLAGS_gcc = "-g -O0". But no success, actually I wish to debug inside a fu

[yocto] Nightly build and world build

2015-10-16 Thread atulkumar singh
Hi All, I am going through the mailing list and I found some communication related to world build and nightly build. I even search in the documentation regarding the same but didn't found any useful information regarding the same. Can anyone please tel me what is nightly build and world build and

Re: [yocto] Nightly build and world build

2015-10-19 Thread atulkumar singh
; On Sat, Oct 17, 2015 at 08:01:59AM +0530, atulkumar singh wrote: > > Hi All, > > > > I am going through the mailing list and I found some communication related > > to world build and nightly build. > > I even search in the documentation regarding the same but didn&#x

Re: [yocto] Nightly build and world build

2015-10-20 Thread atulkumar singh
On 20-Oct-2015 11:49 am, "Anders Darander" wrote: > > Please don't top-post. I've reformatted the e-mail in my replly. > > * atulkumar singh [151020 05:22]: > > > On 19-Oct-2015 5:38 pm, "Martin Jansa" wrote: > > > > On Sat, Oct

[yocto] Multilib

2014-06-25 Thread atulkumar singh
Hi All, I am trying to build toolchain for arm architecture with multilib support. And my requirement is i need different library file for different features and architecture. Could anyone please help me on the same. Thanks and regards, Atul -- ___ yoc

[yocto] Aarch64 support

2014-07-07 Thread atulkumar singh
Hi All, Is there support for Aarch64(64 bit ARMv8) available right now? If so then what i need to mention as a MACHINE in local.conf. Please let me know with your valuable suggestion if any. Thanks and regards, Atul -- ___ yocto mailing list yocto@yoct

Re: [yocto] Aarch64 support

2014-07-08 Thread atulkumar singh
Hi Maxin, Thanks for your suggestion for the same. But that git repository for meta-aarch64 is not working. Thanks and regards Atul On 8 Jul 2014 01:25, "Maxin B. John" wrote: > Hi Atul, > > On Tue, Jul 08, 2014 at 12:41:22AM +0530, atulkumar singh wrote: > > Hi All,

Re: [yocto] Aarch64 support

2014-07-08 Thread atulkumar singh
ion is not working. Please let me know with your valuable suggestion. Thanks and regards, Atul On 8 Jul 2014 18:14, "Fathi Boudra" wrote: > On 8 July 2014 13:27, atulkumar singh wrote: > > Hi Maxin, > > > > Thanks for your suggestion for the same. > > But that

Re: [yocto] Aarch64 support

2014-07-09 Thread atulkumar singh
n. Thanks and Regards, ATUL KUMAR SINGH On 8 Jul 2014 19:52, "Maxin B. John" wrote: > Hi Atul, > > On Tue, Jul 08, 2014 at 07:43:03PM +0530, atulkumar singh wrote: > > Hi Fathi and Maxin, > > > > Thanks as you are helping me in sorting out my issue for Aarc

[yocto] MinGW support for qemux86-64

2014-07-15 Thread atulkumar singh
Hi All, Please let me know what I need to be updated for SDKMACHINE, when I am building meta-toolchain with MACHINE as “qemux86-64” in local.conf For qemux86, we are mentioning it as SDKMACHINE ?= "i686-mingw32". Thanks and Regards, ATUL KUMAR SINGH -- _

Re: [yocto] MinGW support for qemux86-64

2014-07-16 Thread atulkumar singh
x27;s generating toolchain for linux support as a self extractable script. Thanks and regards, Atul On 15 Jul 2014 23:50, "Khem Raj" wrote: > > On Jul 15, 2014 6:08 AM, "atulkumar singh" > wrote: > > > > Hi All, > > > > Please let me know what I ne

[yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi All, I wish to build my toolchain independent of host machine, either my sdk machine is 32bit or 64 bit. Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in local.conf and x86-64 for 64 bit machine. Please let me know what i need to do to make my toolchain independent of whe

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi Nicolas, Thanks for your reply. And i am using Fedora20. Also please let me know how to check whether the machine has been install with 32bit lib or not? Thanks and regards, Atul On 16 Jul 2014 19:15, "Nicolas Dechesne" wrote: > On Wed, Jul 16, 2014 at 3:28 PM, atulkumar s

[yocto] Compliance testing fot toolchain

2014-07-21 Thread atulkumar singh
Hi all, We are building the toolchain for different architecture. And we have successfully build the same. Also as a testing plan we are planning for compliance testing(LTP, LSB). But when we tried to compile the test suite with our toolchain for LTP case, it's getting failed. Will post the error

[yocto] elfutils-native0.158 configure failed

2014-07-31 Thread atulkumar singh
Hi All, I am trying to build toolchain with target option for bitbake as meta-toolchain but while building i am getting error. Please find the below error log for your perusual: elfutils-native/0.158-r0/elfutils-0.158/configure --build=i686-linux --host=i686-linux --target=i686-linux

[yocto] ncurses build error while configure

2014-08-05 Thread atulkumar singh
Hi All, I am building toolchain with bitbake meta-toolchain but while configuring ncurses, it generate error as:- checking which i686-pokysdk-mingw32-gcc --sysroot=/home/atulk/yocto/poky-a5531a2b8983318b99c119a87b78a92cf84160b8/build-sdk/tmp/sysroots/i686-nativesdk-mingw32-pokysdk-mingw32 optio

[yocto] Building toolchain(meta-toolchain) issue for mips

2014-08-14 Thread atulkumar singh
Hi Folks, I am trying to build toolchain, but while building I am getting following warning: WARNING: QA Issue: gcc-cross-canadian-mips64-n32: found library in wrong location: /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64

Re: [yocto] Building toolchain(meta-toolchain) issue for mips

2014-08-17 Thread atulkumar singh
Hi Mark, Thanks for your valuable suggestion. But could you please let me know how to work around this issue. Thanks and regards, Atul On 14/08/2014, Mark Hatle wrote: > On 8/14/14, 7:39 AM, atulkumar singh wrote: >> Hi Folks, >> >> I am trying to build toolchain, bu

Re: [yocto] [OE-core] Announcing meta-musl OE/Yocto layer supporting musl C library

2014-08-17 Thread atulkumar singh
Hi Khem, It's really something new to test. And as it's mention that will support only for core-image-minimal, so when can i expect it to support for meta-toolchain. As of now i will test it for core-image-minimal but i need it for meta-toolchain as well. So please update me regarding the same and

[yocto] Error:MinGW based toolchain for 64bit windows

2014-08-25 Thread atulkumar singh
Hi All, Have anyone worked on mingw based toolchain for 64bit windows. I have build the MinGW toolchain for 64 bit windows. But while executing a program, i am getting error as "as.exe cannot start or run due to incompatibility with 64-bit version of windows" Please help me on the same. Thanks an

[yocto] Needed info regarding toolchain testing

2014-09-10 Thread atulkumar singh
Hi All, As per the Yocto Project Technical Team Meeting this Tuesday, there is one key features for 1.7 M3. · New automated sdk/toolchain testing. Please let me know about the same if possible. Thanks and regards, Atul -- ___ yocto mail

[yocto] Release Candidate Build for yocto-1.7.rc1 now available.

2014-09-24 Thread atulkumar singh
Hi All, Please let me know whether the release candidate mentioned below with commit is for 1.7M4? Regards, Atul A release candidate build for yocto-1.7.rc1 is now available at: http://autobuilder.yoctoproject.o

[yocto] LSB compliant meta-toolchain

2014-09-29 Thread atulkumar singh
Hi All, I build the LSB compliant meta-toolchain using distro setting as poky-lsb. But did anyone knows how to test the same with LSB testsuite for compiler(libstdcpp-4.1). I google the same aand come to know that it uses Qmtest(testing tool) to do the same. But when i try to do so by calling: /d

[yocto] Fwd: RE: GCC plugin missing

2014-12-30 Thread atulkumar singh
Hi All, I have built the toolchin using meta-toolchain. But while building the kernel using the same toolchain,we are getting error message as below:- Makefile:635: *** Your gcc installation does not support plugins. If the necessary headers for plugin support are missing, they should be ins

[yocto] GCC plugin missing

2014-12-30 Thread atulkumar singh
Hi All, I have built the toolchin using meta-toolchain. But while building the kernel using the same toolchain,we are getting error message as below:- Makefile:635: *** Your gcc installation does not support plugins. If the necessary headers for plugin support are missing, they should be instal

[yocto] Regarding support of machine learning algorithm/framework

2018-04-13 Thread atulkumar singh
Hello All, These days we are hearing a lot about artificial intelligence and now every company whichever domain it belongs works in AI. Either it's about automotive(Autonomous driving), Surveillance(Object detection) or IOT. So as the industry is moving towards AI, in that case, is there something