DSL does not include any compiler (aside from a very basic ANSI C compiler), so I need to install g++ on it. Unfortunately the only gcc/g++ I could find for DSL linux is a version from 2006 (here). How can I get a recent version of g++ on DSL? I tried compiling a "hello world" program on Ubuntu 13.04 with g++ 4.9.something just to test out whether it runs on DSL, but it does't.
So either a cross-compiling solution, or a recent version of g++ working on DSL would be nice.