swapd0 #26 Posted January 16, 2018 Fixed I've found this page http://lallafa.de/blog/2011/08/vbcc-0-9b-an-amiga-cross-compiler-for-mac-os-x/ and I needed the files from this link http://server.owl.de/~frank/vbcc/2017-05-18/vbcc_unix_config.tar.gz ... Thanks ggn Quote Share this post Link to post Share on other sites
ggn #27 Posted January 18, 2018 (edited) Coding in asm was easier... a) Take C code b) Paste it into http://brownbot.hopto.org c) Select your preferred compiler d) Don't forget to add some optimising switches like -O3 or -fomit-frame-pointer e) Copy asm generated code into a file on your machine f) Suddenly, assembly! Edited January 18, 2018 by ggn 1 Quote Share this post Link to post Share on other sites
swapd0 #28 Posted January 18, 2018 vbcc is really bad telling compiler errors... Quote Share this post Link to post Share on other sites
ggn #29 Posted January 18, 2018 vbcc is really bad telling compiler errors... Building a cross 68k gcc and using a simple linker command is not very hard - if you're willing to go do that road. PM me for details if you're interested (as I think the thread has derailed enough ) Quote Share this post Link to post Share on other sites