by DIRKGRAPPENDORF

This article briefly describes the steps needed to install and use the Tekkotsu robotics develeopment framework with Aibo robots. Linux and an installed Java SDK are needed as the development platform.
First of all you need to install Sonys development platform OPEN-R. Since Sony has discontinued the OPEN-R SDK, you need to download all files from the Tekkotsu site:
Download all files to a directory, e.g. /usr/local/src. Change the line PREFIX=... in the file build-aibo-toolchain-3.3.6-r2.sh to PREFIX=/usr/local/OPEN_R_SDK.
After a chmod +x build-aibo-toolchain-3.3.6-r2.sh, execute this file to compile and install the OPEN-R toolchain into the directory /usr/local/OPEN_R_SDK.
Next untar Tekkotsu_4.0.1.tar.gz into /usr/local/Tekkotsu. Search the compiler options definition CXXFLAGS:= \ in the file Makefile and delete the option -Weffc++ to reduce the amount of warnings produced during the compilation. Compile the Tekkotsu framework by executing make TEKKOTSU_TARGET_MODEL=TGT_ERS7