Talk:Programming Senoko DVT

From Studio Kousagi Wiki
Revision as of 17:52, 8 June 2015 by 9angled (talk | contribs) (chibios needs to be cross-compiled on armhf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Seems like to build senoko-chibios one needs an armel (arm softfloat) cross-compiler. This is usually a horrid pain in the soft-side on debian. One can either use (very bad quality) cross-compiler packages from http://www.emdebian.org/crosstools.html, or build a cross-toolchain using (very buggy) cross-gcc as described here https://wiki.debian.org/BuildingCrossCompilers . The last option is to build a cross-toolchain yourself.