Hi,
I import the example PDK example project with link option. I find that the build using "make" command. The console message is:
**** Build of configuration Debug for project cppiExampleProject ****
make all
make: *** No rule to make target `cppiExampleProject.out', needed by `all'. Stop.
When I check the build option, I find that I cannot change to the external make as my previous projects do.
Do I need to change to external builder? Or, it needs another option?
Thanks

