Re: cross-compiler support?

2016-12-20 Thread Gerd Hoffmann
On Di, 2016-12-20 at 09:28 +, David Howells wrote: > Igor Gnatenko wrote: > > > > Well there is gcc-arm-linux-gnu for example but that's for kernels per > > > description > > Didn't see it before... But looks like it doesn't work either: > > /usr/bin/arm-linux-gnu-ld:

Re: cross-compiler support?

2016-12-20 Thread Kalev Lember
On 12/19/2016 11:59 PM, Igor Gnatenko wrote: > Hi, > > I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs There's also two mingw cross compilers: mingw32-gcc and mingw64-gcc. Not sure if that's what you were looking for :) -- Kalev ___

Re: cross-compiler support?

2016-12-20 Thread David Howells
Igor Gnatenko wrote: > > Well there is gcc-arm-linux-gnu for example but that's for kernels per > > description > Didn't see it before... But looks like it doesn't work either: > /usr/bin/arm-linux-gnu-ld: cannot find crt1.o: No such file or directory >

Re: cross-compiler support?

2016-12-19 Thread Eric Smith
On Mon, Dec 19, 2016 at 3:59 PM, Igor Gnatenko wrote: > I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs > > But it doesn't work: This package is compiled in bootstrap mode and used only to solve circular > build dependency. You don't want to use this

Re: cross-compiler support?

2016-12-19 Thread Sérgio Basto
On Ter, 2016-12-20 at 01:27 +0100, Igor Gnatenko wrote: > On Tue, Dec 20, 2016 at 12:59 AM, Laura Abbott > wrote: > > > > On 12/19/2016 02:59 PM, Igor Gnatenko wrote: > > > > > > Hi, > > > > > > I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs > > > > > >

Re: cross-compiler support?

2016-12-19 Thread Josh Boyer
On Mon, Dec 19, 2016 at 7:27 PM, Igor Gnatenko wrote: > On Tue, Dec 20, 2016 at 12:59 AM, Laura Abbott wrote: >> On 12/19/2016 02:59 PM, Igor Gnatenko wrote: >>> Hi, >>> >>> I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs >>> >>> But it

Re: cross-compiler support?

2016-12-19 Thread Igor Gnatenko
On Tue, Dec 20, 2016 at 12:59 AM, Laura Abbott wrote: > On 12/19/2016 02:59 PM, Igor Gnatenko wrote: >> Hi, >> >> I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs >> >> But it doesn't work: >> This package is compiled in bootstrap mode and used only to solve

Re: cross-compiler support?

2016-12-19 Thread Laura Abbott
On 12/19/2016 02:59 PM, Igor Gnatenko wrote: > Hi, > > I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs > > But it doesn't work: > This package is compiled in bootstrap mode and used only to solve circular > build dependency. You don't want to use this package. It's not expected

cross-compiler support?

2016-12-19 Thread Igor Gnatenko
Hi, I found only one cross-compiler in repos -- arm-none-eabi-gcc-cs But it doesn't work: This package is compiled in bootstrap mode and used only to solve circular build dependency. You don't want to use this package. It's not expected to work. In normal circumstances, you should not see