Automake / Autoconf and cross development under QNX RTP 6.1

Hi

Has anyone out there ever used automake / autoconf for cross compiling on
QNX RTP 6.1 ?
I’m using it to compile for X86 and everything goes fine but now i have to
compile the same sources for a PPCBE platform ( gcc_nto_ppcbe) any ideas on
how to do this ?

\


Christophe ICQ#: 87327799 Current ICQ status: + More ways to contact me i
See more about me:


Christophe Menard <c(no)menard3(spam)@wanadoo.fr> wrote:

Hi

Has anyone out there ever used automake / autoconf for cross compiling on
QNX RTP 6.1 ?
I’m using it to compile for X86 and everything goes fine but now i have to
compile the same sources for a PPCBE platform ( gcc_nto_ppcbe) any ideas on
how to do this ?

CC=“qcc -Vgcc_ntoppcbe” ./configure

chris

\

Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Thanks Chris that works fine and produced some object files compiled for PPC
… The issue is now that even when setting the LD variable to
/usr/ntoppc/bin/ld , configure is trying to use the /usr/ntox86…

Christophe.
“Chris McKillop” <cdm@qnx.com> a écrit dans le message news:
aa34t3$o7f$2@nntp.qnx.com

Christophe Menard <c(no)menard3(spam)@wanadoo.fr> wrote:
Hi

Has anyone out there ever used automake / autoconf for cross compiling
on
QNX RTP 6.1 ?
I’m using it to compile for X86 and everything goes fine but now i have
to
compile the same sources for a PPCBE platform ( gcc_nto_ppcbe) any ideas
on
how to do this ?


CC=“qcc -Vgcc_ntoppcbe” ./configure

chris

\

Chris McKillop <> cdm@qnx.com> > “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Christophe Menard <c(no)menard3(spam)@wanadoo.fr> wrote:

Thanks Chris that works fine and produced some object files compiled for PPC
. The issue is now that even when setting the LD variable to
/usr/ntoppc/bin/ld , configure is trying to use the /usr/ntox86…

Make sure that LD is also “qcc -Vgcc_ntoppcbe”.

chris


Christophe.
“Chris McKillop” <> cdm@qnx.com> > a ?crit dans le message news:
aa34t3$o7f$> 2@nntp.qnx.com> …
Christophe Menard <c(no)menard3(spam)@wanadoo.fr> wrote:
Hi

Has anyone out there ever used automake / autoconf for cross compiling
on
QNX RTP 6.1 ?
I’m using it to compile for X86 and everything goes fine but now i have
to
compile the same sources for a PPCBE platform ( gcc_nto_ppcbe) any ideas
on
how to do this ?


CC=“qcc -Vgcc_ntoppcbe” ./configure

chris

\

Chris McKillop <> cdm@qnx.com> > “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

\


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/