maitrey
maitrey
For the proof of concept with conan , can i Build wih build_type=None , will that work ? As right now we are still in the proof of concept stage
Ah ok , then cmake is the only way . Thanks for helping me out. Is it fine to use: set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS}") We still are not at the phase where...
Thanks @memsharded . I inspected the cmakefiles and started to use: _PACKAGE_FOLDER_RELEASE. Is this allowed? Also, what if I have more folders and not only one tool? How can one...
Hi @memsharded , This works and then I can also access the paths from : self.deps_cpp_info["Package].bin_paths but how to access it from CMakeLists.txt. Can I use this Package_INCLUDE_DIRS or is...
While waiting for your reply , I also tried like this: tc.variables["Package"] = self.deps_cpp_info["Package"].bin_paths[0] . Targets are a good way just that I would have to change all the packages...
hello example has not the use case that we have. We have packages that are include headers only package.
Can I use the dependencies like this: Package = self.dependencies["Package"] tc.variables["Package_BINDIR0"] = Package.cpp_info.bindirs[0].replace('\\', '/')
Hello @memsharded , Sorry for hijacking your issue. We use the same compiler , Do you see any potential issues if we define the profiles like this: `target_host=C:/hightec_ifx/bin/tricore standalone_toolchain=C:/hightec_ifx/ cc_compiler=tricore-gcc...
It so far works for me . Actually sometime back in another issue, I requested to update the documentation for build env and runtime env which was mentioned as new...
Sorry to bother you again : One more additional question would be : How are profiles handling absolute and relative linking ? Thanks in advance for answering my question. Its...