Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pinoyboy82 on October 04, 2011, 03:06:03 pm

Title: Uniwin patched gdb
Post by: pinoyboy82 on October 04, 2011, 03:06:03 pm
I'm looking for the patched gdb.exe in Uniwin referenced in these posts:

http://forums.codeblocks.org/index.php?topic=11302.0

http://forums.codeblocks.org/index.php/topic,4516.15.html

They have since been deleted by the admin.
Title: Re: Uniwin patched gdb
Post by: oBFusCATed on October 04, 2011, 04:02:08 pm
Why are you posting the same thing 3 times?
Title: Re: Uniwin patched gdb
Post by: pinoyboy82 on October 04, 2011, 04:48:31 pm
Sorry, felt it would reach a wider audience in this group. Report/notify if it bothers you too much and have dups deleted.
Title: Re: Uniwin patched gdb
Post by: pinoyboy82 on October 04, 2011, 04:52:49 pm
And actually, maybe you can help. I am wanting a setup where you can edit on Windows and compile/debug on a remote Linux server. Uniwin seems to have the remote compiling down, but the debugging requires a patch. I could maybe mess with the toolchain/project settings to remote debug and bypass the Uniwin toolchain specifically for debugging, but would prefer not to.

If you have any alternative solutions for editing on Windows and remote compiling/debugging on a Linux server, please advise.
Title: Re: Uniwin patched gdb
Post by: oBFusCATed on October 04, 2011, 05:01:25 pm
No, never tried it, too much hassle.
Just install linux and compile debug on the linux.
Title: Re: Uniwin patched gdb
Post by: stahta01 on October 05, 2011, 01:30:12 am
If you have any alternative solutions for editing on Windows and remote compiling/debugging on a Linux server, please advise.

I used CoLinux in the past just to verify the Code::Blocks builds OK; note, it required 32 bit windows the last time I tried it.

http://www.colinux.org/ (http://www.colinux.org/)

A virtual machine can also solve this problem.

Note: I do not think any of the above can be called remote compiling; but, I think it is a valid solution for small projects.

Tim S.