[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Initial commit for win32 debugger completed
|
The error tells me you don't have the compiler, cl, in your PATH.
And, please call me Doug. :-)
Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada
Hasse Hellberg <hasse@xxxxxxxxxxxxxxx>
Sent by: cdt-debug-dev-admin@xxxxxxxxxxx
07/07/2004 07:22 AM
Please respond to
cdt-debug-dev
To
Douglas Schaefer <cdt-debug-dev@xxxxxxxxxxx>
cc
Subject
Re: [cdt-debug-dev] Initial commit for win32 debugger completed
Hello Douglas,
I'm having a little trouble building the plugging.
Following your README.html I still get an ANT error when building
the plugging: org.eclipse.cdt.debug.win32.core
Using M9 and also tried the Finale 3.0 Eclipse with CDT 2.0 Finale
- Setting up and installing everything from your README
- I have checked out the two pluggins from Eclipse CVS /home/tools
org.eclipse.cdt.debug.win32.core
org.eclipse.cdt.debug.win32.ui.
- I have not disconnected from the CVS when buildning (maybe i should
Uiii..)
- I do a "Clean" and select rebuild all
I think maybe i missed something in the README
or configured some classpath wrong *grinnn*
Have a look at the error message here
[Failure on background build]
Buildfile:
D:\workspacedog\org.eclipse.cdt.debug.win32.core\native\build.xml
main:
[cc] 4 total files to be compiled.
BUILD FAILED:
D:\Eclipse\EclipsInstall3.0FINALE\workspacedog\org.eclipse.cdt.debug.win32.core\native\build.xml:6:
Could not launch cl: java.io.IOException: CreateProcess:
cl /EHsc /c /nologo /Zi /Od /GZ /D_DEBUG /MLd /DUNICODE
/IC:\j2sdk1.4.2_05\include /IC:\j2sdk1.4.2_05\include\win32
D:\workspacedog\org.eclipse.cdt.debug.win32.core\native\target.cpp
D:\workspacedog\org.eclipse.cdt.debug.win32.core\native\thread.cpp
D:\workspacedog\org.eclipse.cdt.debug.win32.core\native\process.cpp
D:\workspacedog\org.eclipse.cdt.debug.win32.core\native\frame.cpp error=2
Total time: 1 second
Monday, July 5, 2004, 10:58:39 PM, you wrote:
DS> Hey gang,
DS> I have committed what I have so far for the win32 debugger. These are
DS> available in the org.eclipse.cdt-debug folder, plugins
DS> org.eclipse.cdt.debug.win32.core and
DS> org.eclipse.cdt.debug.win32.ui.
DS> Going through it today, I'll have to apologize for the lack of
comments in
DS> the code. Hopefully, you can follow it. If not, I'll be happy to
answer
DS> any questions on it.
DS> As Alain pointed out, this will be a good exercise to remove MI-isms
from
DS> the debugger, but, to be honest, I haven't notice any yet. But then
I'm
DS> pretty much a novice at this stuff.
DS> There are a couple of interesting things covered by the core plugin.
First
DS> is the use of the Microsoft Visual C++ Toolkit and Platform SDK to
build
DS> the native library. These are available for free from the
microsoft.com
DS> website. Second is the use of cpptasks and Ant for the build, thus
DS> avoiding the need to install make to work on these plugins. There is a
DS> README.html file in the core plugin which describes how to set this
stuff
DS> up.
DS> If people get annoyed by cpptasks, we should be able to move to
something
DS> else that would work with Standard Make (Jam??). But give it a try.
It's
DS> got some interesting behavior.
DS> Doug Schaefer, IBM's Eclipse CDT Architect
DS> Ottawa (Palladium), Ontario, Canada
DS> _______________________________________________
DS> cdt-debug-dev mailing list
DS> cdt-debug-dev@xxxxxxxxxxx
DS> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
--
Best regards,
Hasse mailto:hasse@xxxxxxxxxxxxxxx
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev