catb0t / tart

Automatically exported from code.google.com/p/tart
0 stars 0 forks source link

Documentation : how to use tartc comand line #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm having some trouble on how to generate native executables.

It would be great if the documentation gives an hint on how to build your 
source code into native executables or dynamic or static libraries.

for the moment "tartc" seems to only produce .bc files.
I suppose that i should call the linker "tartln" to generate native 
executables, but i'm failing for moment (trying to decrypt cmake files to do it 
on my own).

Is there a way to generates those directly with tartc command line?

It would be great if you could simply do a :

>> tart file.tart -o out.bin

to actually build a tart program without calling explicitly the linker.

Original issue reported on code.google.com by ecy...@gmail.com on 23 Feb 2012 at 12:41