This Makefile project with a minimalistic blink example can be used to develop offline C/C++ applications for GR-Sakura. It was developed for unixoid operating systems. You just need a gcc crosscompiler for Renesas RX target.
Cross compiler for Renesas RX target, e.g.
crossdev -t rx-elf -s4
pacman -S rx-elf-gcc
see https://gist.github.com/graup/5380390
see http://kpitgnutools.com
- make all
- Generates .elf and .bin for deployment on GR-Sakura filesystem
- make install
- copy blink.bin to /mnt/GR-SAKURA and unmounts the filesystem