Issue with generating NIOS 2 BSP
Hi,
I wrote a script to create a software project (hello_world) and compile my own files, and then, create the bsp. But, there is an error in nios2-bsp-create-settings, and it is not possible to read this file. Here is the detail of the error:
INFO: Generating: ./quartus/software/ov_software_bsp/create-this-bsp
INFO: Generating: ./quartus/software/ov_software/create-this-app
create-this-bsp: Running "nios2-bsp hal . ../../ov_ci.sopcinfo --cpu-name CPU"
nios2-bsp: Using /home/tsa/intelFPGA_pro/19.1/nios2eds/sdk2/bin/bsp-set-defaults.tcl to set system-dependent settings.
nios2-bsp: Creating new BSP because ./settings.bsp doesn't exist.
nios2-bsp: Running "nios2-bsp-create-settings --sopc ../../ov_ci.sopcinfo --type hal --settings ./settings.bsp --bsp-dir . --script /home/tsa/intelFPGA_pro/19.1/nios2eds/sdk2/bin/bsp-set-defaults.tcl --cpu-name CPU"
SEVERE: javax/activation/DataSource
SEVERE: nios2-bsp-create-settings failed.
nios2-bsp: nios2-bsp-create-settings failed
nios2-bsp hal . ../../ov_ci.sopcinfo --cpu-name CPU failed
create-this-bsp failed
Also, I attached the shell scripts that I am running for this purpose.
I will be thankful if someone can identify the problem and help me.