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

how to locate lib to absolute address of code

there is a lib which has two functions: FUN1/FUN2;
i want to locate the FUN1 and FUN2 to 0x3800 and 0x3900;
whenever use this lib in any main programe, after compiling, the FUN1 and FUN2 will be located to 0x3800 and 0x3900 automatic. (note: can't set the main project)
so how can i make this lib?