compiler linkage problem

CodeLite installation/troubleshooting forum
concard88
CodeLite Curious
Posts: 1
Joined: Mon Apr 12, 2021 5:31 pm
Genuine User: Yes
IDE Question: C++
Contact:

compiler linkage problem

Post by concard88 »

I installed recent version of Codelite. Codelite detects MinGW compiler I have installed. However when I try to execute "Hello World" program there is a small error which pops up when I try to build. I am pasting it here.

Code: Select all

C:\Windows\system32\cmd.exe /C C:/MinGW/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f  Makefile
"----------Building project:[ jops - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'H:/Docs'
mingw32-make.exe[1]: *** No rule to make target 'Debug/main.c.o', needed by 'Debug/jops'.  Stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
mingw32-make.exe[1]: Leaving directory 'H:/Docs'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====

I am a beginner. So a little help would be very much appreciated.