Alex W writes "Hello everyone!
I wonder if anyone would be so kind as to give me some advice, (or let me know where i can get some).
I'm trying to get uClinux running on a bespoke board, using an arm926ej-s. I 'm pretty sure i have all the linux stuff working, the kernel boots, the filesystem mounts, and is populated correctly. The problem comes when the code tries to run my init program. uClinux complains because i've used a .elf instead of a .bflt file. (i'm pretty sure that's the reason anyway).
I'd like to know how I can build a .bflt file. I've seen something about "elf2flt". but i've not found any instructions on what i need to do. Do i need to build a whole new toolchain for my user-level software, or can i just run a script to convert my existing elves into bflts?
If i need to build a whole new toolchain, does anyone know where i can download the appropriate gubbins, as i only have an executable cc.
Any help or advice, even links to some good (idiot proof :oP) instructions would be greatly appreciated.
Many thanks,
Alex."
|