-
Guidance in Upgrading Cyton + Daisy from V1 to V3 Firmware
by Anastasiya ·I don't use Linux often, so I can't navigate it as well, but my primary machine does have Ubuntu 18.04 64-bit dual-booted on it for occasional projects. I installed Arduino 1.8.10, downloaded and ext… -
Guidance in Upgrading Cyton + Daisy from V1 to V3 Firmware
by wjcroft ·It looks to me like you have the wrong chipKIT core installed. These core.a not found errors were also reported on the other thread until the solution was found with the correct chipKIT core. -
Guidance in Upgrading Cyton + Daisy from V1 to V3 Firmware
by wjcroft ·https://openbci.com/forum/index.php?p=/discussion/598/openbci-32bit-compile-error-plib-h-no-such-file-or-directory -
Guidance in Upgrading Cyton + Daisy from V1 to V3 Firmware
by Anastasiya ·fatal error: plib.h: No such file or directory". From some Googling, it seems that plib.h is part of the chipkit-core board files installation but it might not be included anymore? I tried insta -
firmware update failed on version 1.x.x for wifi shield / plib.h
by soojcho ·Tried the recommended step here http://openbci.com/forum/index.php?p=/discussion/598/openbci-32bit-compile-error-plib-h-no-such-file-or-directory, to download and use the specified chipkit core https… -
firmware update failed on version 1.x.x for wifi shield / plib.h
by soojcho ·C:\Users\Admin\Documents\Arduino\libraries\OBCI32_SD\utility\Sd2Card.cpp:21:18: fatal error: plib.h: No such file or directory -
Board_Defs.h: No such file or directory
by DonReed ·It uploaded after failing a couple of times. Had to move the BCI right next to the dongle even though it was already close. At one point it turned off and I thought that I bricked it because it wasn… -
Board_Defs.h: No such file or directory
by DonReed ·I moved the file into the directory with file that was complaining. The error disappeared, and it started to show an error pointing out to missing another file (plib.h). -
Dongle is no longer recognized in GUI or Device Manager
by wjcroft ·This thread discusses workarounds for the plib.h, -
Dongle is no longer recognized in GUI or Device Manager
by brolyss360 ·Also, I tried to look into re-programming the board however I kept running into the compiling errors related to plib.h in arduino. -
Init timeout error with 32bit Board
by wjcroft ·See if this thread helps. The only error message in that compiler output is at the end, missing plib.h. -
OpenBCI_32bit compile error: plib.h: no such file or directory
by qwer1304 ·Commenting out plib.h fixed that error.There're a second group of errors. -
OpenBCI_32bit compile error: plib.h: no such file or directory
by qwer1304 ·Did you try commenting plib.h out? -
OpenBCI_32bit compile error: plib.h: no such file or directory
by qwer1304 ·I commented out the include of plib.h and removed plib.h and peripherals subdirectory from installation.The code compiles with the added casts to Sd2Card.cpp and OpenBCI_32_Daisy.cpp. -
OpenBCI_32bit compile error: plib.h: no such file or directory
by qwer1304 ·and installed plib.h and peripherals subdirectory in C:\Users\david\AppData\Local\Arduino15\packages\chipKIT\tools\pic32-tools\4.8.3-pic32gcc\pic32mx\include. -
OpenBCI_32bit compile error: plib.h: no such file or directory
by biomurph ·Something may have been installed incorrectly?Please open your libraries folder, and go to Documents\Arduino\libraries\OBCI32_SD\utility\Sd2Card.cpp and see what's there. On my computer, I have: -
OpenBCI_32bit compile error: plib.h: no such file or directory
by eogp ·C:\Users\...\Documents\Arduino\libraries\OBCI32_SD\utility\Sd2Card.cpp:20:18: fatal error: plib.h: No such file or directory