CANopenNode / CanOpenSTM32

CANopenNode on STM32 microcontrollers.
Other
292 stars 116 forks source link

build fails with: No rule to make target 'C:/mx/Projects/CanOpenSTM32-master/libs/lwrb/lwrb/src/lwrb/lwrb.c', needed by 'lwrb/lwrb.o' #2

Closed c031917 closed 2 years ago

c031917 commented 2 years ago

Tried to "build all" on a fresh IDE STM32CubeIDE 1.8.0 on win64. Fails with:

11:03:50 Incremental Build of configuration Debug for project CANOpenNode-STM32H735G-DK-FreeRTOS make -j8 all make: *** No rule to make target 'C:/mx/Projects/CanOpenSTM32-master/libs/lwrb/lwrb/src/lwrb/lwrb.c', needed by 'lwrb/lwrb.o'. Stop. "make -j8 all" terminated with exit code 2. Build might be incomplete.

11:03:50 Build Failed. 1 errors, 0 warnings. (took 395ms)

c031917 commented 2 years ago

sorry, i had overlooked that you have to clone and also get the submodules. I had downloaded the main project as .zip file instead.