This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ct-ng v1.8.2 w. x86_64-linux-glibc, i686-pc-mingw, arm-linux-uclibcgnu Canadian cross.


I have the same issue as this poster,

http://permalink.gmane.org/gmane.comp.gcc.cross-compiling/12221

 [sorry, I haven't replied to this email, but I don't have it in my 'mbox'.]

It looks like passing '-lstdc++' as the last library to libtool (or
whatever this beast is) solves the C++ unresolved issues.  I perused
the configure of cloog and it has the option "--with-host-libstdcxx=".
I set this in my cloog.sh and use '-lstdc++' as the value.  It seems
that the '-lstdc++' ends up as the last library and the CLooG phase
passes.  Also, it seems that PPL does need the C++ libraries given
that CLooG configure has this specific option.  The 'hg' version of
cloog.sh seems similar to me.

sstrip barfs with unknown headers, so I removed this from my config.

I now get to the 'cc' step.  I have to determine why this is failing.
It could just be my configuration.  Although it looks like unknown
headers again.

Fwiw,
Bill Pringlemeir.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]