<div>Hi all.</div>
<div> </div>
<div>I tried googling this warning I get when linking my executable, but I couldn't find how to resolve this.</div>
<div>I have an existing gnu makefile based project in Linux that I recently have converted to CMake (and very happy about it). I am now trying to resolve the last issues and I would like to understand how to get rid of this warning and the consequences.</div>
<div> </div>
<div>I am crosscompiling for another target using the gcc compiler from Codesourcery</div>
<div>(arm-none-eabi-gcc) and by default cmake has added the '-rdynamic' flag while linking.</div>
<div>So I get the following message:</div>
<div>arm-none-eabi-gcc: unrecognized option '-rdynamic'</div>
<div> </div>
<div>Any ideas?</div>
<div>Thanks in advance.</div>
<div> </div>
<div>BR</div>
<div>Jan Erik Knoblauch</div>