Ollie Lho <[EMAIL PROTECTED]> writes:

> Eric,
>       After updating to your new 1.9 elf boot interface, the
> elf_boot.c stop before stream->init(). Is there any thing your
> to commit/add ??

The only problem I have encountered, is that I don't have an: 
. = ALIGN(4) 
in the linker script before the include of the streams section.  I
have only had it in  LBBL (LinuxBIOS Boot Loader) the bootloader I
am building from the LinuxBIOS tree.  But the problem could easily
be more widespread.

A quick objdump should let you check to see if streams is a 4 byte
aligned section.

> P.S. The new makefile generated calls gcc like this
> 
>       gcc ... -c cfile.c
> 
> what does the "..." mean ??

Actually it just echo's that and uses the same make lines it had
before.  But this it much easier to see errors so I'm in favor of it.
So ... is short for all of the GCC options we aren't seeing.

Eric

Reply via email to