-
-
Notifications
You must be signed in to change notification settings - Fork 125
Error when building from source #76
Comments
I can confirm that I'm getting the same error when building from a new clone. It looks like the "WizIO - Raspberry Pi Pico" platform in PlatformIDE was updated and broke the current main branch. |
…issue FeralAI#76" This reverts commit aacd960.
…d fixed issue FeralAI#76"" This reverts commit 17fc56b.
There was an update recently to Wizio-Pico that caused some issues for compiling through VS. From one of the gents working on development: As a note - This project is no longer maintained. Please check out the Community Edition project and post your issue there if it continues. The Community Edition issues section can be found here: https://github.com/OpenStickFoundation/GP2040-CE/issues |
hi, thanks for pico arcade firmware.
i got an error when building firmware from source code.
Compiling .pio\build\raspberry-pi-pico\lib2ad\httpd\fs.o
Compiling .pio\build\raspberry-pi-pico\lib2ad\httpd\fsdata.o
Compiling .pio\build\raspberry-pi-pico\lib2ad\httpd\httpd.o
Archiving .pio\build\raspberry-pi-pico\libae7\liblwip.a
Compiling .pio\build\raspberry-pi-pico\lib888\rndis\rndis.o
In file included from C:\Users\Administrator.platformio\packages\framework-wizio-pico\SDK\lib\tinyusb\src/common/tusb_common.h:68:0,
from C:\Users\Administrator.platformio\packages\framework-wizio-pico\SDK\lib\tinyusb\src/tusb.h:37,
from lib\rndis\rndis.c:46:
C:\Users\Administrator.platformio\packages\framework-wizio-pico\SDK\lib\tinyusb\src/tusb_option.h:274:6: warning: #warning "CFG_TUD_NET is renamed to CFG_TUD_ECM_RNDIS" [-Wcpp]
#warning "CFG_TUD_NET is renamed to CFG_TUD_ECM_RNDIS"
^~~~~~~
lib\rndis\rndis.c: In function 'linkoutput_fn':
lib\rndis\rndis.c:100:9: error: too few arguments to function 'tud_network_can_xmit'
if (tud_network_can_xmit())
^~~~~~~~~Compiling .pio\build\raspberry-pi-pico\lib888\rndis\rndis_reports.o
The text was updated successfully, but these errors were encountered: