simple CDT plugin/toolchain creation [message #1792895] |
Wed, 25 July 2018 12:39 |
Michael Schneider Messages: 3 Registered: July 2018 |
Junior Member |
|
|
Hello,
I am trying to create a plugin/toolchain for CDT, wich uses automatic build file generation and then calls our implementation of ecc and ecc++ and our linker.
More simple, to get started, it would be enough to only call the compiler and give it the main source file with the rest of the needed source in the same directory, it would then do all the rest.
I would like it to show up in the "Create new project" wizward under C/C++ managed build/Makefile project and executable.
Later, if this works, I would like to create several configurations to change the compiler args for ppc, arm and so on.
I have looked at this tutorial and code for example:
https://github.com/eclipse/cdt/blob/master/cross/org.eclipse.cdt.build.crossgcc/plugin.xml
http://help.eclipse.org/kepler/index.jsp?topic=/org.eclipse.cdt.doc.isv/guide/mbs/extensibilityGuide/Managed_Build_Extensibility.html
and already archieved some results, but none of them realy work.
I am a bit confused in which order i need to use toolchain, projectType, builder and so on and if I would have to implement some java code myself.
Do you have any suggestions?
with kind regards, Michael
PS. I am sorry if this topic belongs to the PDE forum.
|
|
|
Powered by
FUDForum. Page generated in 0.04012 seconds