Download List

프로젝트 설명

The Oric SDK is a complete cross-development system allowing the creation of software for the Oric range of computers.

The official project home page is https://www.osdk.org and contains the official binary releases, documentation, and articles about how to use the system.

This OSDN.NET project is specifically for the hosting of the Subversion repository used to develop and update the software.

The SDK provide the following components:

Components to build programs:
* C compiler
* 6502 assembler
* Linker
* Libraries
* Sample code

Utility software:
* Image and audio conversion
* File compression
* Tape and Disk generation

and finally comes with emulators and debuggers to test the projects

System Requirements

System requirement is not defined

Released at 2019-09-08 04:04
OSDK (Windows) OSDK Version 1.15 (1 files Hide)

Release Notes

General release with code generator upgrades and fixes.

Changelog

  • Upgraded the C compiler to version 1.38 by integrating all the latest changes from Fabrice Frances: Fixes some issues found by Goyo and Retroric regarding encoding of data tables by the compiler.
  • Changed back the default compile optimization level from -O3 to -O2 - there are still some cases of bad code generation
  • Fixed a problem with include/sys/sound.h containing invalid symbols that don't compile correctly