Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Managed C project(extracting target info)

Hi,


i have developed my own toolchain and it is working fine.The exe is
generated .
But the exe generated  needs the simulator to be run first and the name
of the exe should 
be passed as an argument.
I had made that application run by using external tools.
It is working fine.
now i am trying to run that application through the "run as" local C
application through run menu.
for that i am trying to extract information about the target(ex Gnu on
windows)
So that when i get that info then i will launch the simulator and passed
the exe as an argument.
I have used the "ICProject.getNonCResouces()" and it will return the
file name containg target info.
but the problem remains the same how to get the target info.

Thanks in advance
Rohit


Back to the top