|
Register or have you forgotten your password?
|
|
|
| Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Premium Member
|
I wanted as good of a dev environment as I could get on the Amiga and so I picked up CubicIDE. It comes with vbcc and two versions of GCC. One is 2.95 and the other, I want to say, is like 3.33.
I wrote a small CLI utility last night, but after getting it all compiled I booted with no startup sequence and gave it a go and got an immediate request for ixemul.library. So here are my questions:
I was able to get it going in vbcc without requiring ixemul.library, but it would be nice to know how to do it in gcc as well. |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Premium Member
Join Date: Feb 2002
Posts: 889
|
I don't know how to set compiler flags with CubicIDE, but you need to pass the -noixemul flag to GCC to produce code that doesn't require ixemul.library.
|
||||||||
|
|
|
|
|
#3 | ||||||||
|
Premium Member
|
|
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| coding , cubicide , gcc , ixemullibrary |
| Thread Tools | |
| Display Modes | |
|
|