Hello,

> To fix it, you may need to get the order correctly in which you link .o
> files (compiled .c files) and .a/.lib files (static libraries). Generally,
> libraries referenced by other modules (.o or .a/.lib) need to come later
> on the command line so that the linkers can first known which symbols to
> look for and then find them in later files.

The order should not matter here. This is not the XCODE linker where you
may need to link the same library twice or more. AFAIK all undefined
labels will be searched for in all libraries.

Greets,
Maarten

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to