Skip to content

IDL project i.e jtnc-interface integrating with Yocto project. #2

Description

@NayanaAnand

Hi,

I am trying in include jtnc-interface into Yocto project build as a IDL project and i have already integrated meta-redhawk-sdr into Yocto build and now i am trying in integrate jtnc-interface as IDL interface into redhawk-core-framework.

Steps Fallowed:

  • Created IDL project in Redhawk Eclipse IDE and added jtnc-interface github source code into it. building project is successful with all component installation as provided in "install" script.
  • Same IDL project now integrating with Yocto build as a part of redhawk-core-framework using (,bb) file.

While running yocto build, i am facing 2 errors as shown below.
image

Error :
src/cpp/redhawk/MHAL/mhalSK.cpp: At global scope:
| src/cpp/redhawk/MHAL/mhalSK.cpp:13:43: error: 'omniORB_4_2' was not declared in this scope
| static const char* _0RL_library_version = omniORB_4_2;

src/cpp/redhawk/MHAL/mhalDynSK.cpp: At global scope:
| src/cpp/redhawk/MHAL/mhalDynSK.cpp:7:47: error: 'omniORB_4_2_dyn' was not declared in this scope
| static const char* _0RL_dyn_library_version = omniORB_4_2_dyn;

Can you please help me out to resolve above issue.
Please refer the image attached for error.

Regards,
Nayana

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions