Forum Discussion

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

What is the function of "run as local c/c++ application"?

When I finish a software project in eclipse and try to run it, I should use run as in Nios hardware. There is another option is "local c/c++ application". What does this mean? Is running the software in the computer instead of nios in FPGA?

Thanks in advance.

3 Replies

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

    Yes, it would try to run your software on the host PC. For a NIOS2 application, it wouldn't work.

    Your Eclipse workspace can include additional projects which may include host applications / tools you have created where this option might be useful. For just NIOS2 development, it is not useful.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Yes, it would try to run your software on the host PC. For a NIOS2 application, it wouldn't work.

    Your Eclipse workspace can include additional projects which may include host applications / tools you have created where this option might be useful. For just NIOS2 development, it is not useful.

    --- Quote End ---

    Got it. Thanks very much.