Part Number:TMS320F28379D
Tool/software: Code Composer Studio
After importing Matlab generated ERT files (using File > Import > Existing Code as a Makefile project) I had an error with the gmake file and I fixed it by changing the Build Command to gmake.
Then when I tried to Build the project, I got the following error: Type gmake: *** No rule to make target `all'.
How can I solve this error? Thanks!