Hi, I need to eliminate the Keil linker address. I mean that that I need to tell Kiel how to not put the src in my specific address after it makes link process. Thanks
Ah - I see.
Have you looked in the Linker Manual yet?
What about http://www.keil.com/support/man/docs/lx51/lx51_reserve.htm ?
Can you please telll me how you do it in Keil? Does Kiel have this function?
i see the same need but i get error c51 when i try.
is the code same as mine?
No I need to tell the linker to that my source will not set in the specific address(for expample 0x4500) since other application can access this address for shard memory. I need to Keil to set in a specific address if it is posible.
The Keil tools do not generate relocatable executables.
How do you intend to use a relocatable executable in an 8051 target...?
Do you mean you want to create a library?
View all questions in Keil forum