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?