Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-28 Thread Khem Raj
On Thu, Jul 28, 2016 at 1:18 AM, thilo.ceston...@ts.fujitsu.com wrote: > Hey Khem! > > Thanks for your help!! We used to have an extra ld-script which once worked. > It was injected into the sdk in our sdk-install script by moving the > toolchain ld to ld.real and creating a script which > calls

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-28 Thread thilo.ceston...@ts.fujitsu.com
Hey Khem! Thanks for your help!! We used to have an extra ld-script which once worked. It was injected into the sdk in our sdk-install script by moving the toolchain ld to ld.real and creating a script which calls the ld.real with the ldscript as parameter. I didn't introduce this in the sdk in

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-28 Thread thilo.ceston...@ts.fujitsu.com
On Mi, 2016-07-27 at 08:18 -0700, Khem Raj wrote: > > > > On Jul 27, 2016, at 5:14 AM, thilo.ceston...@ts.fujitsu.com wrote: > > > > Hey Khem, > > > > I figured, when I do the compile in 2 steps, so compile then link and > > change the link command to use the ubuntu arm-linux-gnueabihf-gcc inst

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-27 Thread Khem Raj
> On Jul 27, 2016, at 5:14 AM, thilo.ceston...@ts.fujitsu.com wrote: > > Hey Khem, > > I figured, when I do the compile in 2 steps, so compile then link and change > the link command to use the ubuntu arm-linux-gnueabihf-gcc instead of the gcc > from the sdk, the binary is useable. this could

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-27 Thread thilo.ceston...@ts.fujitsu.com
Hey Khem, I figured, when I do the compile in 2 steps, so compile then link and change the link command to use the ubuntu arm-linux-gnueabihf-gcc instead of the gcc from the sdk, the binary is useable. I hope that helps a bit! Cheers, Thilo On Mi, 2016-07-27 at 02:57 -0700, Khem Raj wrote: >

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-27 Thread thilo.ceston...@ts.fujitsu.com
Hey Khem! I changed the helloworld to the following, but it still doesn't work. #include int main(int argc, char *argv[]) { printf("Hello World!\n"); return 0; } - I updated the Zip of the Url to have the C-Helloworld. Cheers, Th

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-27 Thread Khem Raj
> On Jul 26, 2016, at 2:39 AM, thilo.ceston...@ts.fujitsu.com wrote: > > Hey Khem, > >> Seems steps are all ok. Can you upload your hello world somewhere. > > http://thilo.cestona.ro/~ephraim/public/helloworld.zip > > Hope you can find out whats going on here :). > This seems to contain C++

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-26 Thread thilo.ceston...@ts.fujitsu.com
Hey Khem, > Seems steps are all ok. Can you upload your hello world somewhere. http://thilo.cestona.ro/~ephraim/public/helloworld.zip Hope you can find out whats going on here :). Cheers, Thilo smime.p7s Description: S/MIME cryptographic signature -- __

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-25 Thread Khem Raj
On Monday, July 25, 2016, thilo.ceston...@ts.fujitsu.com < thilo.ceston...@ts.fujitsu.com> wrote: > Hey Khem! > > Thanks for your answer! > > > > > > > I want to build my own dist and a sdk for it. The dist is working and > is as expected by the DEFAULT_TUNE of "armv7athf-neon", hardfp. > > > > >

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-25 Thread thilo.ceston...@ts.fujitsu.com
Hey Khem! Thanks for your answer! > >  > > I want to build my own dist and a sdk for it. The dist is working and is as > > expected by the DEFAULT_TUNE of "armv7athf-neon", hardfp. > > > > But the TARGET_SYS in the bitbake header always tells me, that the > > toolchain it uses is "...-gnueabi"

Re: [OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-22 Thread Khem Raj
On Fri, Jul 22, 2016 at 6:39 AM, thilo.ceston...@ts.fujitsu.com wrote: > Hey all! > > Hopefully this is no dumb question but I can't find any solution currently. > > I want to build my own dist and a sdk for it. The dist is working and is as > expected by the DEFAULT_TUNE of "armv7athf-neon", har

[OE-core] Building for armv7athf-neon but toolchain is softfp

2016-07-22 Thread thilo.ceston...@ts.fujitsu.com
Hey all! Hopefully this is no dumb question but I can't find any solution currently. I want to build my own dist and a sdk for it. The dist is working and is as expected by the DEFAULT_TUNE of "armv7athf-neon", hardfp. But the TARGET_SYS in the bitbake header always tells me, that the toolchain