Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Error during compilation

Hi everyone,

I'm working on a project in which I have to use DDR2 SDRAM. Therefore, I tried using the DDR2 SDRAM high performance controller via the Megawizard plugin manager. After finishing, however, when I try to compile the design, I immediately get the following error:

Error: Tcl error: More than 1 positional argument specified: C:/Program, Files/Altera/ip/ddr2_high_perf/lib.

Anyone knows how to solve this?

Regards, Tijmen

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I think because of space in your directory name.

    Install altera software such that there is no any spaces in directory names.

    Regards,

    Hardik
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Installed it again in another directory, and it works. Thanks! However, it seems pretty weird to me that this problem still exists while Program Files is a common directory to install new files.

    Regards, Tijmen
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Avoid to use space in directory name while using any altera tools.

    Regards,

    Hardik
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    it seems pretty weird to me that this problem still exists

    --- Quote End ---

    Yes.

    Apparently, the processing is through Tcl command line calls. The Megawizard is basically an assembly of Java scripts, it should embed the file path with quotation marks, but it doesn't.

    File a support request!