www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Visual ldc arm support?

reply Indigo <Indigo Go.go> writes:
Any activity in this area or cross compilation in general?
Nov 25 2017
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 25.11.2017 21:21, Indigo wrote:
 Any activity in this area or cross compilation in general?
Not yet. Unfortunately, specifying a triple, e.g. -mtriple=arm-none-linux-gnueabi, as an additional command line option conflicts with -m32 and -m64. Not sure if it makes sense, but I just tried omitting -m32/-m64 if -mtriple= or -march= is found in the additional options. This might work with "combined compile and link" but I don't have an appropriate gcc installed that seems to be used for linking. With "Compile only" compilation works, but you need to setup the link step yourself as a post build command because of the unexpected object file extension.
Dec 02 2017