cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
549
Views
1
Helpful
2
Replies

Need help with nso make error

sachinware
Level 1
Level 1

Hi everyone , 

I am facing issue while trying to compile sample nso package . Bellow is the error that I see when I invoke make command:

Must remake target `../load-dir/test-pack.fxs'.
Invoking recipe from Makefile:45 to update target `../load-dir/test-pack.fxs'.
/opt/ncs/ncs-5.6.8/bin/ncsc `ls test-pack-ann.yang > /dev/null 2>&1 && echo "-a test-pack-ann.yang"` --fail-on-warnings -c -o ../load-dir/test-pack.fxs yang/test-pack.yang
Putting child 0x13caa40 (../load-dir/test-pack.fxs) PID 18182 on the chain.
Live child 0x13caa40 (../load-dir/test-pack.fxs) PID 18182
/opt/ncs/ncs-5.6.8/lib/ncs/erts/bin/ncsexec: Error 13 executing '/opt/ncs/ncs-5.6.8/lib/ncs/erts/bin/ncs.smp'.
Reaping losing child 0x13caa40 PID 18182
make: *** [../load-dir/test-pack.fxs] Error 1
Removing child 0x13caa40 PID 18182 from chain.

 

Please help me with some pointers to resolve this.

Thanks in advance .

 

 

2 Replies 2

jvikman
Cisco Employee
Cisco Employee

Error 13 implies permission problems. Do you have permission to run the files in /opt/ncs/ncs-5.6.8/lib/ncs/erts/bin ?

divitgupta
Level 1
Level 1

check permissions, ill put 755