...
On the host filesystem, the executable binaries are located in the Debug
subfolder of the Eclipse workspace directory:
Code Block |
---|
% $ ls -1 eclipse-workspace/c-example/Debug/
app.d
app.o
c-example
makefile
sources.mk
subdir.mk
$ |
...
...
On the host filesystem, the executable binaries are located in the Debug
subfolder of the Eclipse workspace directory:
Code Block |
---|
% $ ls -1 eclipse-workspace/c-example/Debug/
app.d
app.o
c-example
makefile
sources.mk
subdir.mk
$ |
...