News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Uniwin patched gdb

Started by pinoyboy82, October 04, 2011, 03:06:03 PM

Previous topic - Next topic

pinoyboy82

I'm looking for the patched gdb.exe in Uniwin referenced in these posts:

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

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

They have since been deleted by the admin.

oBFusCATed

Why are you posting the same thing 3 times?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

pinoyboy82

Sorry, felt it would reach a wider audience in this group. Report/notify if it bothers you too much and have dups deleted.

pinoyboy82

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.

oBFusCATed

No, never tried it, too much hassle.
Just install linux and compile debug on the linux.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Quote from: pinoyboy82 on October 04, 2011, 04:52:49 PM
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/

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]