Forum Discussion
BSP build - Configuring BSP search path
- 5 years ago
Hi!
yes , that is correct.
an example of this is :
$ nios2-bsp-editor.exe --librarian-path=/mnt/c/temp:$
after running this command with the new path, the BSP editor search path window will open and you'll see the new search path updated.
please let me know any questions you may have.
Regards,
-Eliath Guzman
Hi!
Please try the next workaround.
Launch Nios II BSP editor from commandline
nios2-bsp-editor --librarian-path=/your/custom/search/path:$
where:
--librarian-path <directory> Comma separated librarian search path. Use '$'
for default search path
please let me know any questions you may have.
Regards,
-Eliath Guzman
Do you mean:
nios2-bsp-editor --librarian-path=/path1:$/path2:$path3:&
path1 = /users/myname/intel/x
path2 = /users/myname/intel/y
path3 = /users/myname/intel/z
How can I validate the current search path?