Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 5:24 PM, Sridhar Pitchai > wrote: > > Hi, > I trying to write a simple recipe which will be building some static > libraries. the makefile has the "-fPIC" enabled. when i try to compile it > using simple yocto recipe, i am getting this error.

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
Sure, i will get rid of it. But i get the same error without it as well. I added it to see if this can help get the compile through. but it didn't. What am i missing here. the MACHINE is "qemux84-64" Subject: Re: [yocto] error: code model kernel does not support PIC mode F

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Khem Raj
hrough. but it didn't. > > What am i missing here. the MACHINE is "qemux84-64" > > Subject: Re: [yocto] error: code model kernel does not support PIC mode > From: raj.k...@gmail.com <mailto:raj.k...@gmail.com> > Date: Wed, 3 Feb 2016 17:30:38 -0800 >

[yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
Hi,I trying to write a simple recipe which will be building some static libraries. the makefile has the "-fPIC" enabled. when i try to compile it using simple yocto recipe, i am getting this error. "|

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
/./system/linux/user/x86-generic_64-3_19 works as well. but if i do bitbake -v sdk i am facing this failure. What am i missing ? Subject: Re: [yocto] error: code model kernel does not support PIC mode From: raj.k...@gmail.com Date: Wed, 3 Feb 2016 17:38:16 -0800 CC: yocto@yoctoproject.org