amiga.org
     
iconAll times are GMT -6. The time now is 07:44 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga Software Issues and Discussion » Coding: CubicIDE, GCC and ixemul.library

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.

Reply
 
Thread Tools Display Modes
Old 01-09-2012, 11:47 AM   #1
nyteschayde
Premium Member
Points: 10,213, Level: 67 Points: 10,213, Level: 67 Points: 10,213, Level: 67
Activity: 15% Activity: 15% Activity: 15%
 
nyteschayde's Avatar
 
Join Date: Mar 2002
Location: San Jose, Ca USA
Posts: 402
Send a message via ICQ to nyteschayde Send a message via AIM to nyteschayde Send a message via MSN to nyteschayde Send a message via Yahoo to nyteschayde
Default Coding: CubicIDE, GCC and ixemul.library

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:
  • How can you tell which libraries an application will require?
  • Is it possible to compile something in gcc without requiring ixemul.library?

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.
nyteschayde is offline   Reply With Quote
Old 01-09-2012, 11:58 AM   #2
mongo
Premium Member
Points: 10,063, Level: 67 Points: 10,063, Level: 67 Points: 10,063, Level: 67
Activity: 17% Activity: 17% Activity: 17%
 
Join Date: Feb 2002
Posts: 889
Default Re: Coding: CubicIDE, GCC and ixemul.library

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.
mongo is offline   Reply With Quote
Old 01-09-2012, 12:05 PM   #3
nyteschayde
Premium Member
Points: 10,213, Level: 67 Points: 10,213, Level: 67 Points: 10,213, Level: 67
Activity: 15% Activity: 15% Activity: 15%
 
nyteschayde's Avatar
 
Join Date: Mar 2002
Location: San Jose, Ca USA
Posts: 402
Send a message via ICQ to nyteschayde Send a message via AIM to nyteschayde Send a message via MSN to nyteschayde Send a message via Yahoo to nyteschayde
Default Re: Coding: CubicIDE, GCC and ixemul.library

Quote:
Originally Posted by mongo View Post
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.
Excellent! I'll give that a try.
nyteschayde is offline   Reply With Quote
Reply

Bookmarks

Tags
coding , cubicide , gcc , ixemullibrary

Thread Tools
Display Modes

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