Unix Programming - cross debug

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > October 2006 > cross debug





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author cross debug
fabio

2006-10-12, 7:35 pm

hi everybody
i have to port a project on win32.. i'm cross-compiling with mingw (don't
have a win partition on my laptop) but i wonder.. how can i debug it??
Thx in advance
Pascal Bourguignon

2006-10-12, 7:35 pm

fabio <faz@localhost.localdomain> writes:
> i have to port a project on win32.. i'm cross-compiling with mingw (don't
> have a win partition on my laptop) but i wonder.. how can i debug it??


You'd need a win32 on an emulator, or a win32 simulator.

I'd advise Qemu as emulator. You'll have to install a MS-Windows on Qemu.

As simulator, you could try wine. But this wouldn't be exactly
debugging the windows code, since what you get here is a unix program
running with a library implementing the win32 API. You'd debug a usual
unix program compiled with the normal unix compiler.

--
__Pascal Bourguignon__ http://www.informatimago.com/
Wanna go outside.
Oh, no! Help! I got outside!
Let me back inside!
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com