在VC2008上Build SDCC Compiler

If you want to build SDCC on Visual Studio 2008,
there're some prerequisites.

1. No empty space in the project path.

2. Install the GnuWin32 tools. (No empty space in the installation path.)
     bison-2.4.1-setup.exe
     gawk32.zip   (gawk-4.0)
     flex-2.5.4a-1.exe
     
3. Add the installation path in the 'VC++ Directories' in VS 2008.
   'VC++ Directories' can be found at the menu 'Tools'->'Options'->'Projects and Solutions'

4. Copy 'stdint.h' into C:\Program Files\Microsoft Visual Studio 9.0\VC\include.
  

你可能感兴趣的:(Microsoft,Build,Path,compiler,tools,menu)