User forums > Using Code::Blocks

Problem with Custom MakeFile

<< < (2/2)

Jenna:
If you use custom makefiles all settings are done bey the makefile.
You have to check carefully what paramters it needs and which targets it provides.
But it's up to you and can not be done by us and it's not the correct forum/website here to teach you how makefiles work in general.

The fact that you call the makefile from pre-build steps shows, that you do not really know what you do.

binnyshah:
That is true. But this make file worked perfectly fine earlier and I havent changed anything in it since then. Suddenly just the debugger is not working...evrything else is perfectly OK. It would be really helpful if by looking at the output you could advice me what went wrong. I am sorry if I am asking for a bit too much.

binnyshah:
Please help here...There is absolutely no change in my make file....Earlier I could debug using the same but now the output says debugging symbols not found. Please help as this is really important for me.

binnyshah:
Thank you guys for all your help. My problem has got solved. You were right, I was using make command wrongly.
My make file had two options:package-win32-base or package-win32-base-debug.
I was using the former instead of latter by mistake and hence debug symbols were getting deleted.
Thanks a lot :)

Navigation

[0] Message Index

[*] Previous page

Go to full version