Re: Problem: Cross compile to arm (Raspberry pi) using autotools

2017-10-07 Thread Fred Smith
On Sat, Oct 07, 2017 at 03:03:32PM +0200, Dirk Gottschalk wrote: > Hello Ralf. > > Am Samstag, den 07.10.2017, 14:43 +0200 schrieb Ralf Corsepius: > > On 10/07/2017 01:49 PM, Dirk Gottschalk wrote: > > Try > > touch tmp.c > > arm-linux-gnu-gcc -v tmp.c > > and check the search paths being reported

Re: Problem: Cross compile to arm (Raspberry pi) using autotools

2017-10-07 Thread Dirk Gottschalk
Hello Ralf. Am Samstag, den 07.10.2017, 14:43 +0200 schrieb Ralf Corsepius: > On 10/07/2017 01:49 PM, Dirk Gottschalk wrote: > Try > touch tmp.c > arm-linux-gnu-gcc -v tmp.c > and check the search paths being reported. Thank you, this did the trick. The shown Path are wrong, or the rpm installed

Re: Problem: Cross compile to arm (Raspberry pi) using autotools

2017-10-07 Thread Ralf Corsepius
On 10/07/2017 01:49 PM, Dirk Gottschalk wrote: Hello, I have a problem cross compiling using autotools for my Raspberry Pi 3. I wrote a server program which runs good with Linux and under windows (compiled with MinGW) on my X86_64 machine. Since there is no configure wrapper for ARM like MinGW

Problem: Cross compile to arm (Raspberry pi) using autotools

2017-10-07 Thread Dirk Gottschalk
Hello, I have a problem cross compiling using autotools for my Raspberry Pi 3. I wrote a server program which runs good with Linux and under windows (compiled with MinGW) on my X86_64 machine. Since there is no configure wrapper for ARM like MinGW has, i use the following configure call: ./conf