tce-load -i compiletc SDL2-dev wget https://github.com/libsdl-org/SDL_net/archive/refs/tags/release-2.2.0.tar.gz cd SDL_net-release-2.2.0 CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --disable-sdltest --disable-examples find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 11.01s] sudo make install