Closed djsteverobinson closed 1 year ago
You definitely have not cloned the repo properly.
git clone https://github.com/Ryzee119/ogx360_t4.git --recursive
hi i go it to work i left Visual Studio Code in the downlod folder is now working when i put it in the applications fille programing worked new problem is the xbox one controler sinks rumbels but nothing moves ? i have 3 8bits 2 red one black tride every fw on them same problem i have enable Xinput mode i see the light blink the soldering is good any advice thanks
Verbose mode can be enabled via -v, --verbose
option
CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html
PLATFORM: Teensy (4.17.0) > Teensy 4.1
HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash
DEBUG: Current (jlink) External (jlink)
PACKAGES:
Verbose mode can be enabled via -v, --verbose
option
CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html
PLATFORM: Teensy (4.17.0) > Teensy 4.1
HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash
DEBUG: Current (jlink) External (jlink)
PACKAGES:
Environment Status Duration
DUKE SUCCESS 00:00:03.441 TEST SUCCESS 00:00:08.456 ================= 2 succeeded in 00:00:11.897 =================
I think you're programming the test firmware. change the environment to DUKE. You change the environment on the PIO toolbar at the bottom of the vscode window
that did the job thanks for the helps
hi i Clone this repo recursively build with PlatformIO i just get fatal error: any help thanks
Warning!
src_filter
configuration option in section [env:XMU] is deprecated and will be removed in the next release! Please usebuild_src_filter
instead Warning!src_filter
configuration option in section [env:DUKE] is deprecated and will be removed in the next release! Please usebuild_src_filter
instead Warning!src_filter
configuration option in section [env:STEELBATTALION] is deprecated and will be removed in the next release! Please usebuild_src_filter
instead Processing XMU (platform: teensy; board: teensy41; framework: arduino)Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html PLATFORM: Teensy (4.17.0) > Teensy 4.1 HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash DEBUG: Current (jlink) External (jlink) PACKAGES:include "printf.h"
compilation terminated. *** [.pio/build/XMU/src/usbd/tusb_print_helper.c.o] Error 1 src/steelbattalion.cpp:2:18: fatal error: tusb.h: No such file or directory
include "tusb.h"
compilation terminated. src/duke.cpp:2:18: fatal error: tusb.h: No such file or directory
include "tusb.h"
compilation terminated. [.pio/build/XMU/src/steelbattalion.cpp.o] Error 1 [.pio/build/XMU/src/duke.cpp.o] Error 1 src/main.cpp:2:25: fatal error: USBHost_t36.h: No such file or directory
include "USBHost_t36.h"
compilation terminated. *** [.pio/build/XMU/src/main.cpp.o] Error 1 ========================================================================== [FAILED] Took 0.97 seconds ==========================================================================
Processing DUKE (platform: teensy; board: teensy41; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html PLATFORM: Teensy (4.17.0) > Teensy 4.1 HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash DEBUG: Current (jlink) External (jlink) PACKAGES:include "tusb.h"
compilation terminated. src/usbd/tusb_print_helper.c:1:20: fatal error: printf.h: No such file or directory
include "printf.h"
compilation terminated. [.pio/build/DUKE/src/duke.cpp.o] Error 1 [.pio/build/DUKE/src/usbd/tusb_print_helper.c.o] Error 1 src/main.cpp:2:25: fatal error: USBHost_t36.h: No such file or directory
include "USBHost_t36.h"
compilation terminated. *** [.pio/build/DUKE/src/main.cpp.o] Error 1 src/steelbattalion.cpp:2:18: fatal error: tusb.h: No such file or directory
include "tusb.h"
compilation terminated. *** [.pio/build/DUKE/src/steelbattalion.cpp.o] Error 1 ========================================================================== [FAILED] Took 0.91 seconds ==========================================================================
Processing STEELBATTALION (platform: teensy; board: teensy41; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/teensy/teensy41.html PLATFORM: Teensy (4.17.0) > Teensy 4.1 HARDWARE: IMXRT1062 600MHz, 512KB RAM, 7.75MB Flash DEBUG: Current (jlink) External (jlink) PACKAGES:include "tusb.h"
compilation terminated. src/usbd/tusb_print_helper.c:1:20: fatal error: printf.h: No such file or directory
include "printf.h"
compilation terminated. [.pio/build/STEELBATTALION/src/duke.cpp.o] Error 1 [.pio/build/STEELBATTALION/src/usbd/tusb_print_helper.c.o] Error 1 src/main.cpp:2:25: fatal error: USBHost_t36.h: No such file or directory
include "USBHost_t36.h"
compilation terminated. *** [.pio/build/STEELBATTALION/src/main.cpp.o] Error 1 src/steelbattalion.cpp:2:18: fatal error: tusb.h: No such file or directory
include "tusb.h"
compilation terminated. *** [.pio/build/STEELBATTALION/src/steelbattalion.cpp.o] Error 1 ========================================================================== [FAILED] Took 0.90 seconds ==========================================================================
Environment Status Duration
XMU FAILED 00:00:00.972 DUKE FAILED 00:00:00.909 STEELBATTALION FAILED 00:00:00.900 ===================================================================== 3 failed, 0 succeeded in 00:00:02.781 =====================================================================