COVESA / capicxx-someip-tools

Common API C++ SOMEIP tooling
Mozilla Public License 2.0
76 stars 55 forks source link

What Should I do if I want to get the final two executables run on an ARM board? #5

Closed npucloud closed 5 years ago

npucloud commented 5 years ago

I am a totally new baby in GENIVI someip. I followed the instructions on this page(https://github.com/GENIVI/capicxx-someip-tools/wiki/CommonAPI-C---SomeIP-in-10-minutes) and succefssfully got the final two executables HelloWorldClient and HelloWorldService. but now I want to port these apps to ARM board. I've tried to modify the CmakeLists.txt but the result turns out to be something wrong with boost. So I wonder if there's any help from GENIVI official doc or code about cross compiling this someip demo? Sincerely thanks!!!