As I said before, I managed to build the Kendryte toolchain for the Jetson nano. Last night I tried building the hello_world example in the standalone SDK and was successful. Haven’t tested it though.
As for the Pi3. Hours of trial and error to get the Kendryte toolchain to build.
I was eventually successful. Install and build gcc-5 g+±5 and gcc-5-base.
After doing the configure dance, make it with sudo -H make CC=gcc-5 CXX=g+±5 -j2
You can add more cores if you want but I was having thermal issues so I went for two cores.
I haven’t had a chance to test the standalone SDK yet. I’m phone posting so I hope the make came out right on here.
gcc5 is the earliest version that supports c++11. Gcc6 was segfaulting. Clang tripped over on a file that didn’t have a default method or something defined. I don’t really remember.