david.wang

Results 5 comments of david.wang

xmake f -y -vD -p cross --sdk=c:\APP\arm-none-linux-gnueabihf\ ``` D:\work\xmake\hi-cross>xmake f -y -vD -p cross --sdk=c:\APP\arm-none-linux-gnueabihf\ checking for architecture ... arm checking for unzip ... ok checking for git ... ok...

D:\work\xmake\hi-cross\build\.packages\c\conan_asio\1.27.0\latest\cache\installdir.failed\logs\install.txt ``` cannot install package(asio/1.27.0) for arch(arm)! ```

why do not use add_requires("asio")? I use asio just for an example to reproduce the problem, not the real case. I've some old private module (about 10+) of embeded linux...

> Right, conan2 is incompatible with conan1, and xmake has only just supported conan2, and hasn't had time to add support for cross-compilation yet. If you're interested, weclome to open...

I decide to migrate all my packages from conan v1 to xmake. Give up conan. I've done 2 basic package with most my casese. xmake is wonderful to replace cmake...