05-10-2010 07:19 AM
I have ported Linux 2.6 into my custom board with virtex 5 by (with a ramdisk).
to test it, I have use the simple application " hello world " I have cross-compile the application and I put the execurtable in the / home in the Linux distribution.
I wanted execute (. / hello ). it puts me the following error : hello not found .
it's not executing .
05-18-2010 04:08 AM
1. don't use "TAB" for auto completion
2. Don't use ./ just go in home and try hello (will execute and display if u have display(monitor) connected, can't display over serial)
05-18-2010 07:36 AM
You may have built it with shared libs (dynamically) rather than statically.
If use -static when you build the application you won't have a dependency on the libs.
Thanks.
05-20-2010 06:02 AM
Too bad I didn't see this earlier, so my posting is kind of redundant. I am wondering what toolchains should be used to create an executable that is suitable for the ramdisk provided by xilinx. The ELDK links against very fat std stuff....