HI,<div>   <span style="  ; ; ;; "> </span><span style="  ; ; ;; ">I run RTEMS on my xilinx z7k board and dynamic load application(RAP format) from shell.</span></div><div><span style="  ; ; ;; ">In recent update, i encount a link error when link the RAP file.</span></div><div><span style="  ; ; ;; ">Here is the command and output message:</span></div><div><span style="  ; ; ;; ">                rtems-ld -n -e PT_Init --base rtems-nsa.elf wsp/build/nssys.elf -o wsp/build/nssys.out</span></div><div><div style=""><font face="lucida Grande, Verdana, Microsoft YaHei">                error: rap::object: Section index '65522' not found: wsp/build/nssys.elf</font></div><div style="  ; ; ;; "><br></div></div><div style="  ; ; ;; ">    At last I found the bsp_spec file has been modified,  "*link:%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}" was removed</div><div style="  ; ; ;; ">from the bsp_spec file.  Add this line to the file, ld is OK.</div><div style="  ; ; ;; ">   Why removed these lines?</div><div style="  ; ; ;; "><br></div><div style="  ; ; ;; ">   Does the newest RTEMS support <span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">the loading of incrementally linked ELF files? RAP format runs OK, but the link needs BSP image, this</span></div><div style="  ; ; ;; "><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">make BSP's development and APP's </span><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">development</span><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";"> not so </span><font face="lucida Grande, Verdana, Microsoft YaHei">independent. a little pity, :)</font></div>