Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Using a helper to launch a program.

I need to use a "helper" to launch a C/C++ program created in CDT for my embedded target. If the project's executable is Debug/myprog, I have to execute

	myhelper Debug/myprog

Can anyone point me at the right places to configure this?  Thanks.

Mike



Back to the top