-
|
Hi, I am currently trying to use Bear with Vitis. In Vitis I use the custom command We are using Vitis 2022.2 and Ubuntu 22.04 so the Bear version is 3.0.18. Can someone tell me, which older Version of Bear I could use or if you have any other idea for a workaround? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
We have similar issues in the past: #255, #556, #472 This could be because there are multiple version of the compilers/libraries installed. It looks like your case go with that too. Bear was compiled with the system |
Beta Was this translation helpful? Give feedback.
Hi, thanks for the answer. Since I could not change the gcc version used by Vitis I solved my issue by just building and installing Bear 4 manually on the system. Since it is written in Rust, it does not need the libstdc++ and therefore that solved the issue.