Replies: 1 comment 3 replies
-
Hello @chen4s666, You are trying to build a linux library on windows, the build script for the library assumes it's being built for a linux system. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Hi, I've been trying to build or import libraries recently. But I'm still having trouble importing the standard library correctly.
I am currently using a windows computer system, I want to compile and build the library on windows in the whole process, and then put the compiled files to run on linux system.
I have tried to go into the libs folder and compile with the 'cargo build --release' command, which produces either '.a 'or'.o 'files, but when I use the library files and try to compile with my st project files, it doesn't work.
I also tried to compile the scripts in "#576" and run the script using "git bash here "on windows, but it didn't work properly either.
The following error occurred
Can you help me with this problem? Thank you very much.
The above attempts are based on the master branch version, although I am actually still using release 0.2.0.
In addition, I would like to ask about the subsequent release version plan.
Beta Was this translation helpful? Give feedback.
All reactions