Quote:
Originally Posted by KevinShort
To install the compiler:
Code:
sudo apt-get install gcc-arm-linux-gnueabi
Then you can compile your code with the arm-linux-gnueabi-* tools.
Code:
arm-linux-gnueabi-gcc code.c
|
Do you have any tips and tricks for developing on the Kobo? I kind of want to write a terminal emulator to type commands for terminal in on the actual device