Unable to run and debug an executable binary within Eclipse CDT on AIX 5.3 [message #144980] |
Tue, 10 May 2005 12:19 |
Eclipse User |
|
|
|
Originally posted by: tominospam-eclipse.yahoo.com
Hello all
We are trying to run and debug an executable binary within Eclipse CDT
on AIX 5.3. Unfortunately it's not working, since Eclipse CDT is
reporting an error: program not binary.
The configuration is:
AIX 5.3
Java 1.4.1
Eclipse 3.0.2
CDT 2.1.1
Compiler: xlC V7.0
The Binary Parser used within CDT is the AIX XCOFF32. Every other parser
is not working at all. With the AIX XCOFF32 the binary at least appears
in a dialog.
The error message from Eclipse is:
Program not a recognized executable.
java.io.FileNotFoundException: Program not Binary
org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyBinary
(AbstractCLaunchDelegate.java:747)
org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate.launc h
(LocalRunLaunchDelegate.java:59)
org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch
(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run
(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run
(Worker.java:66)
Program not Binary
The compiling and linking of the sources is working fine, with a makefile:
all: test
proc.o: proc.c
xlC -c -g -v proc.c
test.o: test.c
xlC -c -g -v test.c
test: test.o proc.o
xlC -g -o test test.o proc.o
Any help is appreciated!
Thanks a lot in advance.
Best regards,
Tomi Schuetz
|
|
|
Powered by
FUDForum. Page generated in 0.03218 seconds