Mail Archives: djgpp-workers/1999/08/04/06:25:07
On Wed, 4 Aug 1999, Hans-Bernhard Broeker wrote:
> You're missing the chicken/egg problem, I think. For a cross-build of
> binutils, only djcrx will be used. In particular, there is no bin2h, in a
> cross-build, I think.
How about `od', is it a standard utility on Unix? If it is, perhaps
relying on it would be a better idea after all.
> if native build: use existing 'stubify -g' ; 'bin2h' to generate stub.h
> else : use stub.h from the djcrx package.
> If the selected method (of the above two) doesn't work:
> fall back to go32stub.h, as contained in binutils sources
>
> Does this sound manageable?
I would like to avoid too many interdependencies between different
packages. In particular, if at all possible, Binutils should be
independent of what is or isn't in djcrx.
- Raw text -