<div>Hi,</div><div>   1. option -e (--entry)<span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";"></span></div><div>       In most cases, entry point is useless when use dynamic load. Default entry point "rtems" makes user must provid a entry point or provid "rtems" entry point. </div><div>I think make default entry point to null is better, if user does not assign one. If it is acceptable, I'll submit a patch.</div><div><br></div><div>   2. unresolved symbols</div><div>       <span style="background-color: rgb(252, 252, 252); color: rgb(64, 64, 64); font-family: Lato, proxima-nova, "Helvetica Neue", Arial, sans-serif; font-size: 16px;">Dynamically loader code</span><span style="background-color: rgb(252, 252, 252); color: rgb(64, 64, 64); font-family: Lato, proxima-nova, "Helvetica Neue", Arial, sans-serif; font-size: 16px;"> </span><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">should have unresolved symbols most time, but rtems-ld throws an error when encounters a unresolved symbol.  Assign baseimage</span></div><div><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">can solve part of the problems. When </span><span id="w_391" high-light-id="w_372,w_391" class="" style="color: rgb(51, 51, 51); font-family: Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; background-color: rgb(249, 249, 249);"></span><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">unresolved symbols scatter at 2 or more files, just one baseimage is not enough.</span></div><div><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">       If just print a warning,  Maybe </span><font face="lucida Grande, Verdana, Microsoft YaHei">hundreds of warnings output, this still bothers the user. GNU ld does not print anything about it.</font></div><div><font face="lucida Grande, Verdana, Microsoft YaHei">       </font><span style="font-family: "lucida Grande", Verdana, "Microsoft YaHei";">Just print a warning or slient, I could't say which is better.</span></div>