This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

static link in object file

hi,
i would like to write a bootloader placed
in lower part of flash.

the bootloader uses some tcpnet functions
to upload from the network the application.

the application will be copied in higher
part of the flash and executed independently.

i want both the bootloader and the applcation
to use their local copies of tcpnet and not to share them.

how do i instruct the linker to place any
call to tcpnet in separate areas?

regards, marco.