Forums » Programming with the ECS » Intermediate Code »
How to compile IR with ECSD
Added by Axel G about 1 year ago
I did not see the IR stuff in the "Supported source types" section in 0.0.41
thanks in advance!
Replies (2)
RE: How to compile IR with ECSD - Added by Florian Negele about 1 year ago
In case you have built the compiler yourself use the command make cdtools codetarget
and invoke ecsd using the intermediate code interpreter target like this ecsd -t code -h
, see the readme file.
RE: How to compile IR with ECSD - Added by Florian Negele about 1 year ago
In case you want to compile intermediate code for a specific target like amd64linux use command make amd64linuxtarget tools/cdamd64
.