Computing.Net > Forums > Programming > Can't use cv.exe with masm

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Can't use cv.exe with masm

Reply to Message Icon

Name: Bob
Date: December 16, 2001 at 19:02:14 Pacific
Comment:

Hi. I'm leaning assembly from a book that requires Masm for my programming projects.
I use ml v6.11, link v5.3 and Codeview v2.00.

I can't get debugging info when I build:
ml /c /Zi file.asm
link /CODEVIEW file.obj

When I debug I get a "No Symbolic Info" from
cv.

Also, just curious, is there a way I can use the source debugger in Visual C++ to debug Ml assembled programs. If so, how would I set this up?



Sponsored Link
Ads by Google

Response Number 1
Name: klaus
Date: December 19, 2001 at 03:21:27 Pacific
Reply:

are you sure the program holds debug information (compiled / linked with debug option) and not optimized?
klaus


0

Response Number 2
Name: Michael Ribbons
Date: March 18, 2002 at 23:24:26 Pacific
Reply:

I'm having the same problem as Bob. Using the /Zi option and no optimisation.


0

Response Number 3
Name: Michael Ribbons
Date: March 18, 2002 at 23:28:56 Pacific
Reply:

Actually. I'm getting an error when compiling, can anyone work out how to fix it?:

C:\asm\tute\lab>ml /Zi shell.asm
Microsoft (R) Macro Assembler Version 6.11d
Copyright (C) Microsoft Corp 1981-1995. All rights reserved.

Assembling: shell.asm

Microsoft (R) Segmented Executable Linker Version 5.60.339 Dec 5 1994
Copyright (C) Microsoft Corp 1984-1993. All rights reserved.

LINK : warning L4017: /r : unrecognized option name; option ignored
Object Modules [.obj]: /r shell.obj/co:nopack
Run File [shell.exe]: "shell.exe"
List File [nul.map]: NUL
Libraries [.lib]:
Definitions File [nul.def]:
CVPACK : warning CK4007: unrecognized option /x; option ignored
Microsoft (R) Debugging Information Compactor Version 4.26.01
Copyright (c) Microsoft Corp 1987-1993. All rights reserved.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Can't use cv.exe with masm

Can't use bool www.computing.net/answers/programming/cant-use-bool/2212.html

Can't use Sleep() on Win XP www.computing.net/answers/programming/cant-use-sleep-on-win-xp/6464.html

Using Flash animation? www.computing.net/answers/programming/using-flash-animation/7484.html