-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined reference to '__atomic_compare_exchange_1'
when running ./build_milkv.sh
#3
Comments
undefined reference to
__atomic_compare_exchange_1' when running
./build_milkv.sh`undefined reference to '__atomic_compare_exchange_1'
when running ./build_milkv.sh
I also encountered this error.
|
Same here. Exactly the same message as @VitalyAnkh posted. UPDATE: I was running the build on Fedora 38 when I got the error. After that I started an Ubuntu 22.04 container with Podman, followed the instructions in the README and the build was successful. I placed my |
Try using the latest code. If the compilation still fails, it is recommended that you use Docker to compile: |
我自己的解决方法,在sophpi/middleware/v2/sample/venc/Makefile的EXTRA_LDFLAGS 后面添加 -latomic,对vdec中的makefile同样有效 |
After running
./build_milkv.sh
, I got error like this:It seems to be already fixed by gcc toolchains([1], [2], [3]), but duo-build root-SDK will download an older gcc toolchain (gcc 10) to build the image. How about updating the toolchain?
The text was updated successfully, but these errors were encountered: