Have a look at the instructions at:
http://www.libsdl.org/extras/amigaos/cr ... ticle.html
This is how to create a later version of GCC - not sure if it will work on 64 bit Windows though
C cross compiler
-
- RWAP Master
- Posts: 2892
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: C cross compiler
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
Re: C cross compiler
I'm using both qdos-gcc and two different (XT)C68 crosscompilers under Cygwin. It's a matter of taste whether one wants Cygwin, but I can live with it. Please note that I found bugs in some string related macros compiled by qdos-gcc, so (XT)C68 is the slower, but more reliable solution.
I also wrote a little tool which can translate XTC68 executables into Qemulator executables, if someone needs that.
I also wrote a little tool which can translate XTC68 executables into Qemulator executables, if someone needs that.
-
- RWAP Master
- Posts: 2892
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: C cross compiler
How are you getting on with this?
I have been speaking with one of the former developers at Sinclair Research - whilst they created everything initially on a proprietary Motorola Exormacs 68K development system (which he thinks was sold to GST), the source codes were transferred by him onto a VAX server running a cross compiler - presumably the a copy of Microtec Research's asm68k cross assembler for DOS which he donated to the Centre for Computing History.
Not sure if that is available anywhere, or would be much use nowadays
I have been speaking with one of the former developers at Sinclair Research - whilst they created everything initially on a proprietary Motorola Exormacs 68K development system (which he thinks was sold to GST), the source codes were transferred by him onto a VAX server running a cross compiler - presumably the a copy of Microtec Research's asm68k cross assembler for DOS which he donated to the Centre for Computing History.
Not sure if that is available anywhere, or would be much use nowadays
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
-
- RWAP Master
- Posts: 2892
- Joined: Sun Nov 28, 2010 4:51 pm
- Location: Stone, United Kingdom
- Contact:
Re: C cross compiler
You might also want to have a look at https://github.com/anttisilvast/QL-Demo
This suggests using the VASM cross compiler - http://sun.hasenbraten.de/vasm/index.php
This suggests using the VASM cross compiler - http://sun.hasenbraten.de/vasm/index.php
Rich Mellor
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
RWAP Software
RWAP Adventures
SellMyRetro
Retro-Printer Module - add a USB printer to your QL
Also Involved in:
Icephorm
Re: C cross compiler
I will try it, but Easy68K have an IDE and is very easy to make executables for QL. Assembler is no problem, on speccy.org McLeod and me makes a sprite routine in ASM and works very fine.RWAP wrote:You might also want to have a look at https://github.com/anttisilvast/QL-Demo
This suggests using the VASM cross compiler - http://sun.hasenbraten.de/vasm/index.php
I want a cross compiler for make the core of the game more easy, in assembler is more difficult. I am good in assembler for short routines (sprites, scroll...) but for long programs I get boring for the tedious work.