This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling DDI/DKI source on Solaris-x86


Apologies if this isn't the proper forum ...

I have a Solaris device driver source
which works ok when compiled with the
Sun compiler. Under gcc (2.9.5) the
source compiles, but gives a 'unresolved
symbol' error at runtime. The symbol in
question is 'memset'.

If I compare the symbol tables in the
objects produced by the Sun and Gnu
compilers, I find that 'memset' is the only
symbol which appears in one (the Gnu
object) but not the other (the Sun object).

Any tips/ideas about compiling DDI/DKI
source with gcc? I'm running Sol8 and
gcc 2.9.5 on  an Intel x86 laptop.

Thanks, and regards

Steve Jones
Steve.Jones@softhome.net



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]