Forum Discussion
Altera_Forum
Honored Contributor
20 years agoThe kernel is working now.
<div class='quotetop'>QUOTE </div> --- Quote Start --- By the way, if I had to install the bluez module into the linux kernel as well as the driver for the IP core for USB, would that likely cause any problems with running out of RAM?[/b] --- Quote End --- Add them one by one. It is still possible to run out of ram. Check in only what is required. Or if you could, change the sdram chip to a 16Mx16 device, check your PCB if extra MA lines are required. <div class='quotetop'>QUOTE </div> --- Quote Start --- If I already have a compiled object file (compiled with g++), is there any way of converting the object file with something like elf2flt?[/b] --- Quote End --- You can add the elf2flt flags. Note the libstdc++ might still have problems, it compiled and linked with elf2flt, but it crashed when running. I am not a c++ user, and I don't know how to resolve (and I am quite busy now).