Trouble setting up compiler

General questions regarding the usage of CodeLite
purplepanda
CodeLite Curious
Posts: 1
Joined: Sun Sep 09, 2018 6:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Trouble setting up compiler

Post by purplepanda »

Hello,
Having some trouble and need some help. Here is the in-console terminal output. I am working with MinGw. I am having trouble in linking and making target all. I have had so many problems with this. Hope you can help.
Thanks.[img][img][/img][/img]
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Trouble setting up compiler

Post by eranif »

Did you open the file "project1.mk" and looked at line 64? it will give you a hint about what is wrong here
my guess: you set up a variable with no value and used it somewhere in the project settings
Make sure you have read the HOW TO POST thread
Post Reply