English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 18 February 2012, 14:00   #1
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
StormC V4 gcc - ixnet how to?

It appears that StormC V4 (using the gcc option) always links to nasty old ixemul.lib.

Normally with gcc you just link with -noixemul to link with Libnix instead but I can't see how to do this within the StormC IDE.

Anyone got any ideas if this is possible?

Last edited by NovaCoder; 19 February 2012 at 04:08.
NovaCoder is offline  
Old 28 February 2012, 03:07   #2
NovaCoder
Registered User
 
NovaCoder's Avatar
 
Join Date: Sep 2007
Location: Melbourne/Australia
Posts: 4,400
As nobody here could help me, I was forced to read the documents

You can swap the storm.lib out for a gcclibnix.lib (storm.lib links to ixemul). Unfortunately it doesn't work very well in practice (buggy?). It seems that common functions like 'malloc' are not defined in gcclibnix.lib and after rolling my own versions of malloc, the application links but crashes with memory issues.

Last edited by NovaCoder; 16 November 2012 at 00:17.
NovaCoder 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
Setting up StormC 3 Vegas Coders. C/C++ 16 15 November 2012 22:17
Trying to compile some ASM in StormC V4 NovaCoder Coders. General 2 29 September 2009 01:44
Need help: StormC 3 AlfaRomeo Coders. General 27 10 October 2008 11:31
StormC V4 Oneillsite request.Apps 4 06 October 2006 22:49
StormC V4 FromWithin Coders. General 13 24 July 2005 16:20

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 14:05.

Top

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