Hi,
Is there any gcc version (and the related libc) that can compile directly for the st? For "directly for the st", i mean directly for TOS, not for Mint or any other kind of systems.
thanks
Cross Compiling
Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
-
- Moderator
- Posts: 5530
- Joined: Wed Oct 23, 2002 4:36 pm
- Location: Friedrichshafen, Germany
- Contact:
Probably not as you would need to rewrite the bindings. But a crosscompiler for Mint should work aswell. Mint offers all OS functions that TOS has. So as long as you limit yourself to ST class GEMDOS, XBIOS and BIOS calls there should be no problem. And you can bang the hw directly if desired as well.
Simon Sunnyboy/Paradize - http://paradize.atari.org/
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
- mouse_master
- Captain Atari
- Posts: 160
- Joined: Tue Jun 17, 2003 7:24 pm
Re: Cross Compiling
http://vincent.riviere.free.fr/soft/m68k-atari-mint/giachi11 wrote:Hi,
Is there any gcc version (and the related libc) that can compile directly for the st? For "directly for the st", i mean directly for TOS, not for Mint or any other kind of systems.
thanks
Mostly built for TOS, but still is for mint as well......
Blog -> http://www.retroplaythrus.com/
YouTube Channel - > https://www.youtube.com/channel/UCcS0-c ... MQ3r3Adi0Q
YouTube Channel - > https://www.youtube.com/channel/UCcS0-c ... MQ3r3Adi0Q
humm... the c compilers that run natively on the st are quite uncompatible with the code previously engineered with gcc. obiviously they can be "adapted", but the process needs a lot of patience ....ijor wrote:Not exactly a cross compiler, but emulators such as Steem are nice for cross development.
You can use your favorite Windows (or Linux) editor concurrently. And you can fast forward Steem for fast compile times on large projects.
the only version of gcc that i know able to compile directly for tos is the one that mouse_master posted as link.... the others (the ones i saw) are all for mint... and at this time i haven't got a working mint setup..... brobably because i got a little patience

however thanks for the replies.