Open syaroz opened 2 years ago
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.
Hi @syaroz and @mxd1365 ,
There was an update recently to Wizio-Pico that caused some issues for compiling through VS.
From one of the gents working on development: "if you are trying to build the latest GP2040-CE, you will need to uninstall your current Wizio platform and reinstall using my modified fork here: https://github.com/arntsonl/wizio-pico.git "
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