English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 29 December 2021, 00:59   #1
coriolis1986
Registered User
 
Join Date: Mar 2021
Location: Universe
Age: 37
Posts: 20
Cross development

Hi all.

Are there any OS X cross development systems for development Amiga software? C compilers, 68k assemblers etc?

Ready to use distributions or, maybe, instructions for setting development environment on Mac.
coriolis1986 is offline  
Old 29 December 2021, 01:31   #2
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
Bebbo's GCC will build from source on a Mac. It comes with an Amiga Hunk compatible binutils also that builds from source. It's hosted on GitHub.
Samurai_Crow is offline  
Old 29 December 2021, 10:28   #3
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,215
Quote:
Originally Posted by coriolis1986 View Post
Are there any OS X cross development systems for development Amiga software? C compilers, 68k assemblers etc?

It's probably not exactly what you are looking for, but I'm using Christian Voglgsang's "vamos" to cross-build on Linux. It is essentially a python-emulation of the dos and exec.library such that you can run an Amiga shell and Amiga build-tools on Linux (or, actually, anything that has python and can compile the vamos source). Thus, vamos enables you to run the native amiga built chain on alien systems.
Thomas Richter is offline  
Old 29 December 2021, 20:53   #4
Alpha One
Registered User
 
Alpha One's Avatar
 
Join Date: Jun 2011
Location: Ger
Posts: 223
Quote:
Originally Posted by coriolis1986 View Post
Hi all.

Are there any OS X cross development systems for development Amiga software? C compilers, 68k assemblers etc?

Ready to use distributions or, maybe, instructions for setting development environment on Mac.
It's not that hard to achieve that. First create an FS-UAE config with a harddrive that points to some folder on your Mac. This folder should have an 's' directory with a startup-sequence running some file, e.g. test.exe ! :-) Now grab your favourite editor, in my case Sublime Text, and configure a key, e.g. F2, to run this config (make sure your Mac knows how to handle an fs-uae config file so that it opens it directly with FS-UAE when double clicking it). Now get e.g. vasm or vbcc and the desired syntax highlighting plugin for your editor, configure a key, e.g. F1, to run this assembler/compiler with your code in the editor -> outputfile will be 'test.exe' in your fs-uae development folder. Voila, you can assemble/compile with F1 and run with F2. Or in my case, do both of them with F1. :-)
Write me a pm if I can help with the setup.
Alpha One is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Cross-dev] Setting up emacs for amiga development alkis Coders. General 5 01 October 2016 23:12
My super simple cross development tool chain - build and run in 15 seconds xxxxx Coders. Asm / Hardware 37 23 July 2015 21:15
cross dos Dave_wb support.Hardware 15 27 March 2005 18:04
Eclipse-Plugin for Amiga-Cross-development Paul News 1 04 September 2004 17:36
cross dos help fastflange request.Apps 2 19 June 2002 17:56

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:35.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15565 seconds with 15 queries