Hi, The openwrt uimage is compiled for samsung S3C24xx MCU will be suitable for the samsung processor only. which means the uimage is cross compiled for the samsung board and if u use a ld tool it can't recognize the format. if u want to see the ld on the uimage use the cross tools which are located in staging_dir of the trunk u got.
thanks, dev. On Thu, Feb 17, 2011 at 1:46 AM, Madhavi Manchala <[email protected]>wrote: > Dear All, > > I build a OpenWRT image for Samsung S3C24XX MCU from trunk. After > getting final OpenWRT image (which is a 6-UIMAGE file type), I tried > to link it my application through a linker script. Then, I am getting > the error from ld from Cygwin. > > file not recognized: File format not recognized > collect2: ld returned 1 exit status. > > I think, the UIMAGE format is not recognized by the ld command. So, If > I want to link the final OpenWRT image into my application through a > linker, how can I build the OpenWRT image and where can I need to > modify (where in the makefile)? I want to link the build OpenWRT image > into my application through a linker. How can I do this? > > Any idea / hints greatly helps me and would be appreciated. > > Thanks and Regards, > Madhavi M. > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel >
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
