how to make a project with existing source code and makefile
Hey,
I am having a similar problem and have followed the steps given. The error is still present however. It seems as if it is ignoring the directory choice.
This is the designated build directory:
C:\Users\****\Local Documents\Projects\Multi\Examples\VL6180X\RangingAndALS\SW4STM32\STM32F401RE-Nucleo
Within that folder lies all the necessary folders including the makefile and the drivers.
Despite this, I get the same "make: *** No rule to make target `all'. Stop. " error.
Plus some additional warnings:
Invalid project path: Include path not found (C:\Users\****\Local Documents\Drivers\BSP\Components\VL6180x).
That was one of six such warnings. The path they are looking for exists in the dircetory I set, but it is obviously not taking the bait.
Any idea why it is not working? Thanks.