acassis commented on PR #1816:
URL: https://github.com/apache/nuttx-apps/pull/1816#issuecomment-1613916255

   > I am wondering. The export package for a FLAT build contains only 
libraries, header files, and misc. build files. True? I does not contained the 
fully linked executable, does it? The System.map provides addresses for some 
linked binary that is not included in export package.
   > 
   > If all of that is true, then when you link your files to create a custom 
application, that old System.map may not be valid. I feel like I am missing 
something.
   
   Greg, your original "make export" used to export the System.map, please take 
a look at the Makefile from elfprog-nosymtab.tar.gz : 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629542
   
   Maybe the functions map could be loaded using another approach, what do you 
suggest?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to