Skip to content

make arm cross compilation Ubuntu generic

Matthias Wittgen requested to merge devel_cross_compile into devel
  • make arm cross compilation Ubuntu generic
    • this defines proper cross compilation toolsets for Ubuntu
    • RCE will use Ubuntu and a docker container for cross compilation
    • These changes are not RCE specific and also allow cross compilation for any arm target like raspi
  • delete rce toolchain files
    • too complex and obsolete
  • update rogue to latest release underlying Rogue was updated to 5.13.0, which triggered some fixes in the Rogue controller to reflect API changes
  • only compile tbb for Felix
    • tbb is a pain to cross compile. Its use is now removed in the rogue controller
    • limit tbb compilation to enabled Felix targets
    • Felix cannot be compiled for arm as a result
Edited by Matthias Wittgen

Merge request reports