I'm attempting to compile a very simple console application for Linux as described here: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Building_a_Linux_‘Hello_World’_Console_Application.
Compilation fails with the message "[DCC Error] E2597 C:\Program Files (x86)\Embarcadero\Studio\19.0\bin\ld-linux.exe: error: cannot find -lgcc_s".
I've followed the setup instructions as per the documentation at http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Linux_Application_Development
I am running Tokyo 10.2 update 2 and the target system is running Ubuntu 16.04 LTS.
I've attached the build log
Thanks