Critical Issue
On Linux systems, the Nios II IDE command-line tools use the
default Eclipse project workspace, regardless what workspace you
are using in the IDE. The default workspace is at /eclipse/nios2-ide-workspace-<version>.
This issue affects the following tools:
nios2-create-system-librarynios2-create-application-projectnios2-build-projectnios2-import-projectnios2-delete-project
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. shows how to specify a workspace path.
| nios2-create-project -data /home/jchang/myworkspace<other arguments>r |