2009/10/11 rohan tabish <[email protected]> > > Hi guyz > > This group is great Thanks alot for your help.i have referred busybox as my > filesystem and made an initrd (initial ram disk image) I was able to run all > the utilities in that i complied with the busybox.But when i cross compile a > simple HELLO world program and put it in the File system and run it using the > following command. > > #./hello > hello:No such file
I think I've seen this before. IIRC, the error is from the dynamic linker not finding any of the libraries ./hello needs. Try building hello with the '-static' flag. Regards, Bjørn Forsman _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
