Hallo Yocto developpers!
Since my last SDK release, I cannot cross compile applications with
cmake. I'm using yocto sumo. I get this error:
build$ cmake ../
CMake Error at
/opt/comet-linux/0.0.0-2018.06-last-guy/sysroots/x86_64-cometsdk-linux/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.
If I copy the missing toolchain file
(meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake) manually
into the extracted SDK, this fixes the issue.
But why was it not deployed automatically by yocto?
Regards,
Guy
On 06/27/18 12:31, Guy Morand wrote:
Hallo Yocto developpers!
Since my
ation terminated.
I also tried to change the cmake generator to unix makefile (who knows ...):
OECMAKE_GENERATOR = "Unix Makefiles"
But I have the same issue. I am working on the thud branch. Anyone had
the same problem? What am I doing wrong?
Best regar
Best regards,
Guy Morand
On 2/5/19 8:21 AM, Guy Morand wrote:
Hello Yocto developpers!
I'm facing a weird problem that seems very strange. I can
cross-compile a project based on cmake with the generated Yocto SDK.
However, after adding a recipe, the compilation fails:
/mnt/ssd/yocto-bu
t;, explicitly inheriting this
class doesn't help.
What am I doing wrong?
Guy Morand
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
the specified soname.
Ross
On 21 November 2017 at 13:00, Guy Morand <mailto:g...@guy-morand.ch>> wrote:
Hallo Yocto developpers!
I'm trying to build a Makefile based library. The recipe looks like
this:
---[recipe mesages.bb <http://mesages.bb>]---
#
Ok a quick search on the Internet and I've found out that I probably
miss some linker parameters such as:
-Wl,-soname,libmessages.so.0
Great, I have the feeling I learned something important today!
Thanks for the pointers!
Guy
On 11/21/2017 02:22 PM, Guy Morand wrote:
Ross,
Thanks for
Hallo Yocto developpers,
I have been struggling a little to write recipe with kernel modules
depedency. It seems that this is not well documented and picked up some
solution across the mailing list and by reading the source. That is why
I'm wondering if my approach is correct or hopefully will