On 6/12/08, allamack17 <> wrote:
> How do I tell the cross compiler which version of Linux to compile
> for? On my ts-7800 board uname -a tells me:
> Linux ts7800 2.6.21-ts #1 PREEMPT Tue Nov 20 13:07:58 MST 2007
> armv5tejl GNU/Linux
You don't. The kernel version makes no difference to the compiler flags.
You can tthe compilation to use the instructions of your specific
processor if you like, in this case -march=armv5t (which is usually
the default setting anyway).
M
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|