On Mon, 24 Mar 2008 04:29:13 +0100, Luca Masini <lmasini@[EMAIL PROTECTED]
>
wrote:
>The produced executable was working but 'file hello' report this
> hello: ELF 32-bit LSB executable,
> Intel 80386, version 1 (SYSV),
> dynamically linked (uses shared libs),
> corrupted section header size <-- strange !?
VFX Forth for Linux uses no sections in its ELF files, and
we use a section header size of zero at the moment. Some ELF
checkers check the section header size before they check the
number of sections.
Our usage is legal according to the ELF spcification.
Stephen
--
Stephen Pelc, stephenXXX@[EMAIL PROTECTED]
Engineering Ltd - More Real, Less Time
133 Hill Lane, Southampton SO15 5AF, England
tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691
web: http://www.mpeforth.com
- free VFX Forth downloads


|