You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./build --download-dependencies qemu-buildroot
fails with the below error for me
I'm currently working on WSL2. There were other errors related to case sensitive filesystem that I could resolve. This one however, I'm not sure how to solve - as it seems to arise from linking libstdc++.la
The text was updated successfully, but these errors were encountered:
cirosantilli
changed the title
libstdc++.la fails with multiple definition error
libstdc++.la fails with multiple definition error on WSL2
May 8, 2021
cirosantilli
changed the title
libstdc++.la fails with multiple definition error on WSL2
libstdc++.la fails with "multiple definition of `_init'" error on WSL2
May 8, 2021
Rohit, I'm afraid I don't know exactly what is going on.
The best I can recommend is the usual generic approach of "minimize the problem to a minimal Buildroot-only issue" (since this happens while building the cross compiler, e.g. by copying out the config and redoing a build on a clean Buildroot tree), and then attack that in isolation.
Have a look to see if any commits in newer Buildroot seem to fix it (happens often), and if not send them a bug request (and patches for the other stuff you've fixed! :-))
Also consider using the Ubuntu 20.04 Docker/VM setup if the above does not yield results.
Hi Ciro,
./build --download-dependencies qemu-buildroot
fails with the below error for me
I'm currently working on WSL2. There were other errors related to case sensitive filesystem that I could resolve. This one however, I'm not sure how to solve - as it seems to arise from linking libstdc++.la
The text was updated successfully, but these errors were encountered: