linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* fstream on PPC?
@ 2003-11-17 15:09 Toni Van Remortel
  2003-11-17 15:53 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Toni Van Remortel @ 2003-11-17 15:09 UTC (permalink / raw)
  To: linuxppc-embedded


Hi all,

A programmer has written an GUI application that has to run on my EP405
board. When compiling the application without any fstream calls, it
works fine.
But when I allow the functions that use fstream (for saving and loading
small files over NFS), I get the following error:

Linking test...
/opt/eldk/usr/ppc-linux/bin/ld: warning: libstdc++-libc6.2-2.so.3,
needed by /opt/PPC_X/usr/X11R6/lib/libGLU.so, not found (try using
-rpath or -rpath-link)
test.o: In function `figure::save(ofstream &)':
test.o(.text+0x1574): undefined reference to
`ostream::operator<<(double)'
test.o(.text+0x1574): relocation truncated to fit: R_PPC_REL24
ostream::operator<<(double)
test.o(.text+0x157c): undefined reference to `ostream::operator<<(char
const *)'
....
and more than a dozen of these errors. It's a linking problem, that's
what I know. But I don't know how to get to the problem-core. Can I
solve this by a quick hack? Or is it hopeless to start messing with
fstream on PPC?

The app is written with FLTK support, and is compiled as a test-program
inside the standard FLTK-tree (after adding a Makefile entry for the
app, which is currently called test.cxx).
All written in C++.

PS: don't mind the warning about libstdc++-libc6.2-2.so.3, it's in place
on the embedded system.

PPS: Had to do a hack for the stream functions, because the original was
developed on Windows with MS Visual Studio. Calling them all with &f_in
etc)
--
                           Toni Van Remortel
              Wetenschappelijk Medewerker - D-science lab
  Real time Linux for embedded systems: http://linemb.d-sciencelab.com
              Tel: +32 3 205 61 72 - Fax: +32 3 205 61 95
                      E-mail: t.vanremortel@ha.be


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-18  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-17 15:09 fstream on PPC? Toni Van Remortel
2003-11-17 15:53 ` Wolfgang Denk
2003-11-18  8:58   ` Toni Van Remortel
2003-11-18  9:38     ` Toni Van Remortel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).