Hello, I am trying to build a cross compiler for the arm11 (the i.MX31 in particular http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX31). To build for this embedded processor would I use: arm-unknown-linux-gnu to build the tools and then use -march=arm1136jf-s to target the arm core in the chip? Or am I missing something. Jason