Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlove24/gcc-h8
Cross-compile toolchain for GCC targeting the H8 (H8300) platform
https://github.com/dlove24/gcc-h8
Last synced: 10 days ago
JSON representation
Cross-compile toolchain for GCC targeting the H8 (H8300) platform
- Host: GitHub
- URL: https://github.com/dlove24/gcc-h8
- Owner: dlove24
- Created: 2012-11-17T18:32:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-18T16:07:18.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T07:57:07.775Z (over 1 year ago)
- Language: C
- Size: 82.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gcc-h8
======This repository contains the binary utilities, C library and C compiler
needed to target the H8300 platform (used by BrickOS amongst others).
Most of these sources are taken from the Debian/Ubuntu archives, and
allow the building of suitable tools on non-Debian platforms (those who
are using Debian will be better served using the native packages).Tested Platforms
----------------* Open SUSE 12.3 (64-bit)
Requirements
------------## Open SUSE 12.3 (b6-bit)
Alongside the standard utilities needed to build GCC, we also need the
32-bit GCC library. The following command should install everythingsudo zypper install make gcc glibc-devel-32bit libgmp-devel bison flex