Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Handling empty object files

0 views
Skip to first unread message

Dave Yeo

unread,
Aug 21, 2009, 9:57:06 PM8/21/09
to
I've recently come across various files that will not actually have any
code, eg beos.c where all code is wrapped in a ifdef BEOS.
While klibc doesn't have any problem, EMX does, producing a 32 byte
object file consisting of 07 01 and a bunch of zero's which produce
malformed input file errors.
Anyways any idea of how to work around this besides editing makefiles?
Dave
0 new messages