Hi Jeonj,

Those lines are not dummy lines but select the bank in 
extended intel-hex files.

But please use copy/paste when asking for help as what 
you obviously typed over are not generated by the 
linker.

Maarten

> Hi,
> 
> I successfully compiled the FreeRTOS 6.0.1 on 8051 based processor.
> Using the code bank technique. The output hex file has dummy(i guess) image 
> on address 
> 0x0000.
> Delete the dummy image at 0x0000 and split the hex image into per banks.
> The image is run ok on two banks successfully.
> I use SDCC 2.9.7.
> 
> Why the dummy image is generated when the code bank feature used?
> LFLAGS = -Wl-bBANK0=0x80000 -Wl-bBANK1=0x18000 -Wl-r
> use the crtbank.asm
> 
> The image is genearated as follows.
> 
> :020000004000FA<- garbage line i think. (LINE 1)
> :0400000000200683260 <- this is valid line with reset vector.
> ...
> ..
> 
> The first line and some other lines with addrss 0, cannot understand.
> 
> Thanks.
> Jeonj.
> 
> 
> 



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to