Skip to content

C Template supporting offline development for Renesas GR-Sakura on Unix

License

Notifications You must be signed in to change notification settings

notandy/gr-sakura-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Template supporting offline development for Renesas GR-Sakura on Unix

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.

Requirements

Cross compiler for Renesas RX target, e.g.

Gentoo

crossdev -t rx-elf -s4

Arch

pacman -S rx-elf-gcc

OS X/All others

see https://gist.github.com/graup/5380390

KPIT GNURX (untested, and only with registration)

see http://kpitgnutools.com

Makefile Targets:

  1. make all
  • Generates .elf and .bin for deployment on GR-Sakura filesystem
  1. make install
  • copy blink.bin to /mnt/GR-SAKURA and unmounts the filesystem

About

C Template supporting offline development for Renesas GR-Sakura on Unix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages