Skip to content

Can't build projects on DokanX volume, represented by the mirrorfs sample #30

Description

@voyvoda

On a Win7 machine:

  1. Install DokanX
  2. Install wdk7600
  3. Start mirrorfs and make it serve volume M:
  4. Copy any of the samples under wdk's \src directory to M:. I personally copied fastfat
  5. Open WDK's Win7 buildfre environment, navigate to the m:\fastfat\win7 and try to build it.
  6. Build fails:

"
Linking Executable - mp\mp\objfre_win7_x86\i386\fastfat.sys
1>errors in directory m:\fastfat\fastfat\win7\mp
1>link : error LNK1218: warning treated as error; no output file generated
BUILD: Finish time: Fri Jan 30 23:59:41 2015
BUILD: Done

38 files compiled
1 executable built - 1 Warning - 1 Error
"

The wrn file has the following content:

1>warnings in directory m:\fastfat\fastfat\win7\mp
1>m:\fastfat\fastfat\win7\mp\write.obj : warning LNK4099: PDB 'vc90.pdb' was not found with
'm:\fastfat\fastfat\win7\mp\objfre_win7_x86\i386\write.obj' or at
'm:\fastfat\fastfat\win7\mp\objfre_win7_x86\i386\vc90.pdb'; linking object as if no debug info

Here is the link to the DbgView output:
https://gist.githubusercontent.com/voyvoda/d39be21e24bbfa29b4a5/raw/dokanx_build_fastfat.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions