ThomasM

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: UnitTest with build on Host via CrossTool #11248
    ThomasM
    Participant

    That’s right. The tutorial suggested me to use the MSBuild instead of the GNU build. I choosed the GNU and set the sysroot settings as usual. Worked.

    in reply to: How to add libmraa to compile process #11174
    ThomasM
    Participant

    Nevermind. It seems like the build is happy with the libmraa.so as well 😉

    in reply to: How to add libmraa to compile process #11173
    ThomasM
    Participant

    Hey,

    thanks for the answer. I tried the command on the Edison itself. This is a part of the gcc output

    attempt to open /usr/lib/gcc/i586-poky-linux/4.9.1/libmraa.so failed
    attempt to open /usr/lib/gcc/i586-poky-linux/4.9.1/libmraa.a failed
    attempt to open /usr/lib/gcc/i586-poky-linux/4.9.1/../../../i586-poky-linux/4.9.1/libmraa.so failed
    attempt to open /usr/lib/gcc/i586-poky-linux/4.9.1/../../../i586-poky-linux/4.9.1/libmraa.a failed
    attempt to open /usr/lib/gcc/i586-poky-linux/4.9.1/../../../libmraa.so succeeded

    I ran another command to make sure the libmraa.a is installed

    /usr/lib$ ls | grep mraa
    libmraa.so
    libmraa.so.0
    libmraa.so.1
    libmraa.so.1.6.1
    libmraajava.so

    It seems like I don’t have the libmraa.a installed. Is there an easy way to do so? Everything that I tried was just for dynamic linking.

    Greetings,
    Thomas

Viewing 3 posts - 1 through 3 (of 3 total)