bonewell / franca-capi-someip-sample

Sample of using FrancaIDL, CommonAPI and SOME/IP over TCP
39 stars 22 forks source link

cannot run vsomeipd #4

Open yuminmin123 opened 4 years ago

yuminmin123 commented 4 years ago

when I run command: ./scripts_qnx/vsomeipd.sh

./scripts_qnx/vsomeipd.sh

route: writing to routing socket: File exists

add net 224.0.0.0: gateway default: File exists

./scripts_qnx/vsomeipd.sh[6]: ../bin/vsomeipd: cannot execute - No such file or directory

but “../bin/vsomeipd" is exist

build.zip The lib directory is too large to upload,

yuminmin123 commented 4 years ago

please help me,thank very much.

bonewell commented 4 years ago

This might happens if your executable file is built for other OS. Perhaps, environment variables were not set for cross-compiling for QNX. Try to run the next command: $ source <QNX_SDP>/qnxsdp-env.sh where is a path to your QNX SDP folder. Also, check permissions to execute your file.

rishabhkumarverma commented 3 months ago

bonewell

i have migrated this repo to latest(only linux), which solves the above issue as well

https://github.com/Rishabhkumarverma/franca-capi-someip-sample

please let me know if you want me to create the pull request here as well

bonewell commented 3 months ago

@Rishabhkumarverma

I'd you appreciate. Let's do it.