Integration with a Build System #132
MichaelBMiner
started this conversation in
General
Replies: 4 comments 8 replies
|
I think there are two options here.
I have attempted to do this but my understanding of CMake has been a challenge. |
0 replies
|
I think it would be nice to have some flag in the |
7 replies
|
Getting ready to head out for the day. But progress! Using the cmake above and the following CMakeLists.txt file. I get the following output: |
0 replies
|
I appreciate all of your help. I am having one more issue! I got it to build with my cross compiled library but I am not getting a dbcppp binary or libdbcppp.so file. Can you speculate why? My CMakeLists.txt is as follows: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am using your repo as a part of my Yocto Linux image. I am getting conflicts as DBCPPP and the device image both attempt to install
/usr/lib/libxml2.so.2.9.10. I wrote a full bit on stack overflow.In your CMakeLists.txt you add the LibXML2 from the third-party folder. I am wondering how can I edit the CMakeLists file to use the libxml2 provided by my linux image.
In my image I also have boost.
/mnt/WorkDrive/Documents/EVCC_Application/build-fb/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/libxml2/2.9.10-r0
/mnt/WorkDrive/Documents/EVCC_Application/build-fb/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/boost
I would like to use these instead of the third party folder.
All reactions