<div dir="ltr"><div>Thanks all</div><div><br></div><div>It looks like the only way to do this is by passing in something from the Makefile. That is perhaps the way I will go.</div><div><br></div><div>Unfortunately at present this project is under Eclipse control so I will do this once I move over to Makefiles.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 28, 2020 at 11:33 PM Volker Kuhlmann <<a href="mailto:list57@top.geek.nz">list57@top.geek.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Not that I know of. If there was, the result would be only in binaries<br>
containing debugging output, not in those that were stripped.<br>
<br>
To get running code to print something useful about how it was compiled,<br>
I define strings in the Makefile, pass them in via -Dmacro=xxx, and use<br>
that macro to construct a C string in the program.<br>
<br>
If you want that string to remain in the code without printing or using<br>
it, don't forget to to declare it volatile or the optimiser will give<br>
you a blank canvas...<br>
<br>
Volker<br>
<br>
-- <br>
Volker Kuhlmann<br>
<a href="http://volker.top.geek.nz/" rel="noreferrer" target="_blank">http://volker.top.geek.nz/</a>      Please do not CC list postings to me.<br>
<br>
_______________________________________________<br>
Chchrobotics mailing list <a href="mailto:Chchrobotics@lists.ourshack.com" target="_blank">Chchrobotics@lists.ourshack.com</a><br>
<a href="https://lists.ourshack.com/mailman/listinfo/chchrobotics" rel="noreferrer" target="_blank">https://lists.ourshack.com/mailman/listinfo/chchrobotics</a><br>
Mail Archives: <a href="http://lists.ourshack.com/pipermail/chchrobotics/" rel="noreferrer" target="_blank">http://lists.ourshack.com/pipermail/chchrobotics/</a><br>
Meetings usually 3rd Monday each month. See <a href="http://kiwibots.org" rel="noreferrer" target="_blank">http://kiwibots.org</a> for venue, directions and dates.<br>
When replying, please edit your Subject line to reflect new subjects.</blockquote></div>