patacongo commented on PR #1816: URL: https://github.com/apache/nuttx-apps/pull/1816#issuecomment-1613936552
> 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 I suppose this depends on how you are using the export. If you export the libaries, headers, and build files and then build a new FLASH image, the old System.map is useless. In that case, you should run nm against to the new binary to generate the System.map. But you all are right. If you build the FLASH image then just want to build ELF modules later to match the symbols in the FLASH image, then the System.map is still valuable and useful. I concede that. I had the first use case in mind when I commented. -- 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]
