[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: ecj compilation

Mansour a écrit :
I am trying to compile ecj (Eclipse compiler for Java) using gcj to native code. I was not able to find documentation on this. Is there a way to compile ecj to native binary on linux, using gcj ?
This is more a question for the jdt newsgroup.
Anyway, I played with this a while ago and I always ended up with a big executable.
You can have a look at the ant scripts in the scripts folder of the jdt.core project.
/org.eclipse.jdt.core/scripts/export-ejavac.xml
/org.eclipse.jdt.core/scripts/export-ejavac2_linux.xml
/org.eclipse.jdt.core/scripts/export-ejavac2.xml


They might be completely out of date since I didn't touch them for months, but they might give a good starting point.
--
Olivier