Phoenix library linking errors

We are trying to use our code from last year as a base. We set up a new project and after installing the Phoenix library we are getting linking errors due to libCTRE_Phoenix_WPI.so not being found (I assume it wasn’t downloaded?). We installed the library using “Manage Vendor Libraries” by right clicking “gradle.build” and installing the the online library with this JSON link https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2023-latest.json. The build log is attached for more details. Any help would be appreciated!
BuildLog.txt (5.7 KB)

You need to import your project into 2023 WPILib. That build is still using 2022 WPILib, which won’t work with the 2023 CTRE dependency.

+1 to that, I’ve had similar issues and that was the solution

Issue is resolved. Turns out we had both 2022 and 2023 installed and my student started 2022.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.