ā11-01-2023 06:11 AM
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 .
ā11-01-2023 07:08 AM
Error 13 implies permission problems. Do you have permission to run the files in /opt/ncs/ncs-5.6.8/lib/ncs/erts/bin ?
ā11-02-2023 10:25 PM
check permissions, ill put 755
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide