You are here

Qt Creator Error - Solved

1 post / 0 new
corgon
Offline
Last seen: 10 months 1 week ago
Joined: 2020-01-20 23:30
Posts: 8
Qt Creator Error - Solved

Hi Folks,

I trying to build and compile FW for 100_250 HW. I followed all steps on Vedder's Github. All went smooth to point when I try to .bin file with   Qt Creator tool. I loaded as instruction says vesc.pro project and do build all. But ended with an error

mingw32-make[1]: Leaving directory 'D:/bldc-master/Project/build-vesc-Qt_5_15_2_mingw81_32-Debug'
mingw32-make[1]: *** No rule to make target '../..//nrf/*.c', needed by 'debug/*.o'.  Stop.
mingw32-make: *** [Makefile:45: debug] Error 2
15:05:21: The process "C:\Qt\Tools\mingw810_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project vesc (kit: Qt 5.15.2 (mingw81_32))
When executing step "Make"
15:05:21: Elapsed time: 00:03.

I working in Windows 10.
Can someone point me what I overlooked, or do wrong. 
Thanks, Louis.

Solution:

Compiling from PowerShell works without problems. Everything solved.