Hello, I'm having trouble building backfire r33213 and even though I looked at the wiki and searched the forums,mailing list archives and asked at the channel I didn't find anything which could apply to the problem. The configuration is the default config generated by make defconfig and you can find it here http://pastebin.com/ABg7M82T
The error appears when its building grub and the relevant part of make V=99 can be found here http://pastebin.com/3jccyyAX My system is debian testing with the following characteristics gcc version 4.7.1 (Debian 4.7.1-2) Linux debian 2.6.32-5-686-bigmem #1 SMP Sun May 6 04:39:05 UTC 2012 i686 GNU/Linux $ld --version GNU gold (GNU Binutils for Debian 2.22) 1.11 As far as I can understand the problem is that the -tText switch expects an integer but it is given the offset (which in the error message is 7C00) in bytes, which makes sense and a quick grep shows that it in other parts of the makefiles bytes are used for the -tText switch also. So why it doesnt apply there? Thank you for any support and tips.
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
