Knowledge Base Article
Nios II IDE Command-Line Tools Hang on Windows
Description
On Windows systems, the Nios II IDE command-line tools are sometimes unable to locate the project workspace. When this happens, the tools might hang.
This issue potentially affects the following tools:
nios2-create-system-librarynios2-create-application-projectnios2-build-projectnios2-import-projectnios2-delete-project
Resolution
Explicitly supply the Nios II IDE command-line tools with
a workspace location, by means of the -data command-line
argument. The syntax of the -data argument is as follows:
-data <path to workspace>
The path to the workspace must be absolute, and must not contain whitespace. Aside from these restrictions, any valid file system path can be used for the workspace. The workspace shown in is the default workspace used by the Nios II IDE in version 9.0.
nios2-create-project -data c:/altera/90/nios2eds/ bin/eclipse/nios2-ide-workspace-9.0 <other
arguments> |
Updated 25 days ago
Version 3.0No CommentsBe the first to comment