Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Error with VC++

Options
  • 28-02-2002 5:26pm
    #1
    Closed Accounts Posts: 536 ✭✭✭


    Has anyone every gotten the following error when trying to build a project using Visual C++??

    Could not generate command line for the 32-bit C/C++ Compiler for 80x86 tool.


    I'm stumped anyway as to why I got it. Everything was hunky dory this morning


Comments

  • Registered Users Posts: 1,931 ✭✭✭Zab


    Sounds like you may have run out of disk space... Try freeing up some and run the compile again. Other then that, I don't have a clue.

    You could try Microsoft's MSDN website...

    Zab.


  • Closed Accounts Posts: 11 V3n37


    There is a soulution found on the Net:


    Compile Errors using C++

    After selecting 'Build All' from the VC++ Build menu,
    the following error appears:
    Error: Could not get temporary file name
    Error: Could not generate command line for the 32-bit
    C/C++ Compiler for 80x86 tool

    Your system may be missing either:

    a. The environment variable 'temp'.
    To check this, start a DOS window and type 'set'.
    If no entry for the 'temp' variable is displayed,
    go to the System Control Panel, User
    Environment Variables section, and add the line:
    'TEMP=C:\TEMP', or 'TEMP=C:\%WINDIR%\TEMP'

    b. A temp directory.
    To check this, start a DOS window and attempt to
    change to the temp directory specified by your 'temp'
    environment variable. If there is no such directory,
    create one.


  • Closed Accounts Posts: 536 ✭✭✭flyz


    Originally posted by Zab
    Sounds like you may have run out of disk space... Try freeing up some and run the compile again. Other then that, I don't have a clue.

    You could try Microsoft's MSDN website...

    Zab.
    Yip you were right, After I posted that yesterday I saw that my C drive had 0 kbytes free! doh :)

    once I freed that I was alright :)


Advertisement