Project

General

Profile

Actions

Emulator Issues #714

closed

Debugger does not build on Release/x64

Added by BhaaL about 15 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. Load Dolphin.sln, switch to Release Configuration with x64 Platform.
  2. Compile.
  3. The following error shows up:
    Error 2 fatal error LNK1181: cannot open input file
    '..\debuggerwx\x64\release\debugger.lib' Dolphin

What is the expected output? What do you see instead?
DebuggerWX\x64\Release is created as folder, and the BuildLog.htm is saved
there. No pdb, no lib generated.
Forcing a Build on the Project does nothing, forcing a Link (obviously)
fails as the obj files are not in place.

What version of the product are you using? On what operating system?
r2597 on Windows XP SP2 32-bit, compiling with Visual Studio 2008 SP1 and
x64 Tools.

Please provide any additional information below.
Debug Build compiles fine, I just can't try it out yet as I only have my
x86 box available atm.

Actions #1

Updated by marcus about 15 years ago

Approximately what rev started this?

Actions #2

Updated by BhaaL about 15 years ago

Not sure, just recently reinstalled Visual Studio with x64 Tools.
I'd check r2421, since that was the last commit for this project file.

Actions #3

Updated by lpfaint99 about 15 years ago

  • Status changed from New to Questionable

builds ok on R2599, your error indicates that either

  1. debugger project failed
  2. VS cannot open the file

Try cleaning and rebuilding just the debugger project
and than finish the build of the solution

Actions #4

Updated by BhaaL about 15 years ago

Strange, seems to work on a clean checkuot, but not on my previously used x86 working
copy.

Simply cleaning and rebuilding doesnt do anything there, not even after restarting VS.
Odd.

Actions #5

Updated by Anonymous about 15 years ago

  • Status changed from Questionable to Invalid

sometimes you must delete intermediate and ncb files manually... :(

Actions

Also available in: Atom PDF