On Mon, Mar 28, 2011 at 7:08 PM, Madhavi Manchala <[email protected]> wrote: > Dear All, > > I am seeing the following assembler error messages when I try to build > the OpenWRT image for my board. > > Assembler messages: > /home/madhavi/openwrt-s3c2510/trunk/build_dir/linux-s3c2510_test/linux-2.6.36/arch/arm/include/asm/swab.h:43: > Error: bad instruction `static inline __u32 __arch_swab32(__u32 x)' > /home/madhavi/openwrt-s3c2510/trunk/build_dir/linux-s3c2510_test/linux-2.6.36/arch/arm/include/asm/swab.h:44: > Error: junk at end of line, first unrecognized character is `{' > ...... > ........ > > Please find the complete errors in the attached "assembler-errors.txt" file. > > Why am I seeing these errors? I googled, but there is no much luck for me. > > Any suggestions / hints would be appreciated. > > Thanks and Regards, > Madhavi M.
Dear All, I removed all the assembler errors with the help of Slawomir Cygan. Thanks to him. The errors are due to wrong includes. When I removed unnecessary include files, from other include files, which are included in the ASSEMBLY files (*.S files), then I am able to compile the sources. Thanks and Regards, Madhavi M. _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
