Skip to content

Instantly share code, notes, and snippets.

View graup's full-sized avatar

Paul Grau graup

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle'
});
@graup
graup / rx-elf-gcc-guide-mac.md
Last active March 9, 2022 10:44
Instructions on building rx-elf toolchain on Mac OS

Building rx-elf toolchain on Mac OS

If you google around, there are some guides on building gcc for RX, but none of them is really concise. So here you go.

With this method I was able to compile a toolchain for RX on Mac OS 10.8.2.

Credits

This post for Linux on the Renesas forums basically includes everything mentioned here, but with a lot of overhead and not very well formatted, however head there if you want some more explanations on the options used. Also thanks to Andy K. who helped me troubleshooting.