From: Toni Van Remortel <t.vanremortel@ha.be>
To: linuxppc-embedded@lists.linuxppc.org
Subject: fstream on PPC?
Date: Mon, 17 Nov 2003 16:09:18 +0100 [thread overview]
Message-ID: <1069081757.25853.5.camel@toni> (raw)
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/
next reply other threads:[~2003-11-17 15:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-17 15:09 Toni Van Remortel [this message]
2003-11-17 15:53 ` fstream on PPC? Wolfgang Denk
2003-11-18 8:58 ` Toni Van Remortel
2003-11-18 9:38 ` Toni Van Remortel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1069081757.25853.5.camel@toni \
--to=t.vanremortel@ha.be \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.