Hi, I have a Caanoo with 1.6.1 firmware here. I'm using the official SDK (10.12.01) to compile and link the following program:
#include <SDL/SDL.h>
#include <cstdio>
int main(int argc, char* argv[])
{
printf("initializing sdl...\n");
SDL_Init(SDL_INIT_EVERYTHING);
printf("quitting...