Hi, I don't know about the tools you r using but generally the error : "Input file contains no relocation info " can be eliminated by compling the application with a " - r " option. And then use the elf2flt tool,
To convert the elf into a flat binary. Regards, Kalyan ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Feltrin Escanhola Sent: Thursday, April 05, 2007 4:18 AM To: [email protected] Subject: [uClinux-dev] elf2flt I am new in this forum, I've had some troubles to run a application in uClinux. My target is a Coldfire microprocessor Kit Freescale (M5208EVB). I used Codewarrior to make a simple C program, but Codewarrior doesn't generate a binary flat file, so I can't run it on uClinux. Instead it makes an elf file when I compile it, so what I trying to do is to converter the elf file to flat file. Does any one know how to converter an elf file to a flat file? I have m68k-uclinux-tools-20060615.sh installed in my host (Fedora Core 5), I tried to converter an elf file using the following command: m68k-uclinux-elf2flt -o image_out image.elf But it doesn't work and I receive the message "image.elf: Input file contains no relocation info" What am I doing wrong in this command? PS: image.elf is a file created when I run the "make menuconfig" of a new kernel. Roger <http://www.v2telecom.com.br> Roger Feltrin Escanhola 55 11 3094.3939
image001.gif
Description: image001.gif
_______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
