[Skyeye-developer] not load section ?
Anthony Lee
don.anthony.lee+program at gmail.com
Sun Apr 1 14:04:40 CST 2007
Hi Mike,
The section loaded by bfd library could be found at "utils/main/skyeye.c"
### line 359 ###
if (bfd_get_section_flags (tmp_bfd, s) & (SEC_LOAD))
....
##############
Usually it's needless to load .bss section to start the bootloader or kernel.
Or, if you really wanna load it to memory, just specify in
"skyeye.conf" like below:
#################
mem_bank: map=M, type=RW, addr=0x00000000, size=0x00800000, file=./redboot.elf
#################
then try run skyeye by "-l" option to set the start address.
2007/4/1, Mike Dorin <bsddorin at yahoo.com>:
>
> Question,
> I am still struggling to get redboot/ecos going
> on skyeye.
>
> I am building a ram imagine of ecos to test with.
>
> I thought that I could go into gdb and figure
> out what may be going wrong.
>
> my skyeye.conf varies as a flounder about, but
> basically:
>
> cpu: arm920t
> mach: s3c2410x
>
> Sometimes I add memory, sometimes no.
>
> For example:
> mem_bank: map=M, type=RW, addr=0x00000000, size =
> 0x010000000
> mem_bank: map=M, type=RW, addr=0x30000000, size=
> 0x010000000
>
> When I try to load the redboot image I get
> messages like:
> not load section .bss: addr = 0x00057408
>
> For example, why isn't bss being loaded??
>
> Thanks,
> Mike
>
>
>
>
> ____________________________________________________________________________________
> Be a PS3 game guru.
> Get your game face on with the latest PS3 news and previews at Yahoo! Games.
> http://videogames.yahoo.com/platform?platform=120121
>
> _______________________________________________
> Skyeye-developer mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
More information about the Skyeye-developer
mailing list