Robin Jones
Robin Jones
GCC 14.3.rel 1 has now been released: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads Wondering if it makes a difference.
If it helps, this has been added to the N64Flashcart menu on menu load in the latest release.
Then, ``` JOYPAD_PORT_FOREACH (port) { joypad_set_rumble_active(port, false); } ``` might help, but I am not sure if that is able to be performed by the crash handler, as the system...
https://github.com/nanoframework/Home/issues/1602
For the smoke tests, it looks like there is something wrong with installing openocd: 
Similarly Azure-pipelines is struggling to find GDB (perhaps this can be switched off with a flag)... 
Perhaps this needs some love in the docker container(s): ``` # Install ESP-IDF ENV IDF_PATH=/sources/esp-idf ENV ESP_PATCH_VER=esp-13.2.0_20230928 # This is now taking care in the following line # RUN python...
Speculative changes here: https://github.com/nanoframework/nf-interpreter/commit/f9c6fe884ea1c465e251497146fc2d8c581e9a2c
@AdrianSoundy https://github.com/espressif/idf-installer/issues/325#issuecomment-2801548070
🤔 ``` [1105/1155] Building CXX object targets/ESP32/ESP32_P4/CMakeFiles/NF_Network.dir/__/_Network/NF_ESP32_Wireless.cpp.obj FAILED: targets/ESP32/ESP32_P4/CMakeFiles/NF_Network.dir/__/_Network/NF_ESP32_Wireless.cpp.obj C:\Users\VssAdministrator\.espressif\tools\riscv32-esp-elf\esp-14.2.0_20241119\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe -DESP32_ETHERNET_PHY_IP101 -DPLATFORM_ESP32 -ID:/a/1/s/nf-interpreter/src/PAL/COM/sockets -ID:/a/1/s/nf-interpreter/src/PAL/COM/sockets/ssl -ID:/a/1/s/nf-interpreter/src/PAL/Lwip -ID:/a/1/s/nf-interpreter/src/PAL -ID:/a/1/s/nf-interpreter/src/DeviceInterfaces/Networking.Sntp -ID:/a/1/s/nf-interpreter/src/PAL/COM/sockets/ssl/MbedTLS -I/include -ID:/a/1/s/esp-idf/components/mbedtls/port/include -ID:/a/1/s/esp-idf/components/mbedtls/port/include/mbedtls -ID:/a/1/s/esp-idf/components/mbedtls/mbedtls/include -ID:/a/1/s/nf-interpreter/src/CLR/Core -ID:/a/1/s/nf-interpreter/src/CLR/Include -ID:/a/1/s/nf-interpreter/src/HAL/Include -ID:/a/1/s/nf-interpreter/src/PAL/Include -ID:/a/1/s/nf-interpreter/src/CLR/CorLib -ID:/a/1/s/nf-interpreter/src/CLR/Startup -ID:/a/1/s/nf-interpreter/targets/ESP32/_include -ID:/a/1/s/nf-interpreter/src/CLR/Diagnostics...