[uClibc]Using uclibc in MIPS architecture

Rajesh Katragadda rajesh.katragadda at wipro.com
Mon Sep 30 05:33:23 UTC 2002


Hi,
      I am trying to use busybox(version-0.51) and user applications 
compiled against uclibc(0.9.15) on IDTRP355 board(MIPS arch, LE).
Busybox is compiled with --static option and is working fine 
on board as it is not using shared libraries. I wrote a small 
application as follows:
 
#include <stdio.h>
int main()
{
    printf("Hello\n");
    return 0;
}
 
I compiled above application against uclibc with shared libraries support
 and tried to run on IDTRP355 board. It is giving "Invalid ELF header" message.
I tried to debug this error message and found out that the  load address of ELF 
interpreter is getting NULL.
 
Please help me to sort out this problem.
 
Thanx,
Rajesh K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20020930/5243aa6f/attachment-0001.htm 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Wipro_Disclaimer.txt
Url: http://lists.busybox.net/pipermail/uclibc/attachments/20020930/5243aa6f/attachment.txt 


More information about the uClibc mailing list