nasa / SBN

38 stars 23 forks source link

SBN modules not being compiled #51

Open BrunoBMoura opened 11 months ago

BrunoBMoura commented 11 months ago

Following the instructions presented in https://github.com/nasa/SBN-Client i was able to generate the clients shared object and later run the cFS with the SBN application loaded. However i am not able to compile the shared objects of any of the SBNs modules.

Is there any easy way that could work on the provided softwares versions described in the SBN-Client link to properly build the SBNs individual modules? Simply adding the modules as compile targets in the targets.cmake file does not seem to work out of the box.

I know there is a similar issue (#45) regarding this subject but since it treats the problem in a more generalist way i thought it would be good to separate it from the issue here described.