This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Was there a new NI image? #41
scarmain
started this conversation in
General Technical
Replies: 1 comment
-
Current main does now require a new image, which isn't released yet. You can either wait for the release hopefully next week, or use an older version of wpilib built against the beta 1 NI image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying some work, it worked about 60 commits ago in allwpilib, but now I can't start a Java project with missing symbol: _ZN5nFPGA16nFRC_2024_24_0_04tHMB6createEPi. Did I miss something?
lvuser@roboRIO-2832-FRC:~$ frcRunRobot.sh
Thu Jan 1 00:31:08 UTC 1970 - Starting robot code at /usr/local/frc/JRE/bin/java -XX:+UseG1GC -XX:MaxGCPauseMillis=1 -XX:GCTimeRatio=1 -Djava.library.path=/usr/local/frc/third-party/lib -Djava.lang.invoke.stringConcat=BC_SB -jar /home/lvuser/myRobot-all.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/frc/JRE/lib/libnet.so: /usr/local/frc/third-party/lib/libwpiHald.so: undefined symbol: _ZN5nFPGA16nFRC_2024_24_0_04tHMB6createEPi
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source)
...
Beta Was this translation helpful? Give feedback.
All reactions