Hi to all,
I am new to linux
i did make dbg=1
and after that i got executable in <SDK_INSTALL_PATH>/bin/linux/debug
but after that how to execute that files
which cmd is used to execute
thanking in advanced
Hi to all,
I am new to linux
i did make dbg=1
and after that i got executable in <SDK_INSTALL_PATH>/bin/linux/debug
but after that how to execute that files
which cmd is used to execute
thanking in advanced
In the folder where your executable is try: ./myexecutable
where myexecutable is the name of the file you’re trying to run.
:)
Sometimes you’ll need to introduce the requested parameters: ./myexecutable firstparameter secondparameter thirdparameter