This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
a problem about glibc
- From: "Huimin Cui" <cuihm at soft dot cs dot tsinghua dot edu dot cn>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 21 May 2003 17:06:30 +0800
- Subject: a problem about glibc
- Reply-to: <cuihm at soft dot cs dot tsinghua dot edu dot cn>
Hi,
I have made a cross compiler for mipsel-linux, and it works well until I met the following problem.
The program is just a simple helloworld, and it can run successfully if static linked. But if I turned into using dynamic link, the application cann't be executed. And the error message is "Segmentation fault(core dumped)".
Can you give me some advice. Thanks for your reading!
With Best Wishes!