Mark Cave-Ayland wrote:
OFMEM: **** ofmem_claim failure ***! Claim failed!
byte-load: stack overflow, diff 1 ok 0 >
Some more tracing using the debugger seems to indicate something failing at this section in elf_loader_init_program:
if( ofmem_claim( phdr[i].p_vaddr, phdr[i].p_memsz, 0 ) == -1 ) { printk("Claim failed!\n"); return; }
ATB,
Mark.