"Gregg C Levine" <[EMAIL PROTECTED]> writes:

> Hello from Gregg C Levine
> I just attempted to build the elfboottools-2.0.tgz file contents, on my
> Linux box, running Red Hat 6.2. It decided to fail on a number of
> errors. It also complained about the fact that this is Intel Linux, not
> Alpha Linux. I have attached a copy of the script file that was output
> during the course of the second attempt. And am adding it directly below
> the signature. This happened on Red Hat 6.2 Linux, with everything up to
> date, at the time the contents of the CD was posted to the Internet.
> Since I am not completely familiar with the idea of elfbooting, and in
> its many forms, I decided to post this to the list.

This is just a collection of tools in the same vein as mkelfImage.
The goal is to build some moderatley portable C versions, instead
of a version that breaks all of the time.  I obviously have a little
ways to go.

Does anyone know of a portable way to have a macro replace printf?
#define printf(...) to make printf a noop does not work until gcc-2.95.x

Would ``static inline void printf(const char *format, ...) {}'' be better?

Eric

Reply via email to