Ryzee119 / ogx360_t4

A project to use modern USB game controllers on the original Xbox console with a Teensy4.1.
126 stars 16 forks source link

build problem #23

Closed djsteverobinson closed 1 year ago

djsteverobinson commented 1 year ago

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 use build_src_filter instead Warning! src_filter configuration option in section [env:DUKE] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:STEELBATTALION] is deprecated and will be removed in the next release! Please use build_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:





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:





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:





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 =====================================================================

Ryzee119 commented 1 year ago

You definitely have not cloned the repo properly.

git clone https://github.com/Ryzee119/ogx360_t4.git --recursive

djsteverobinson commented 1 year ago

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

Processing TEST (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:

Environment Status Duration


DUKE SUCCESS 00:00:03.441 TEST SUCCESS 00:00:08.456 ================= 2 succeeded in 00:00:11.897 =================

Ryzee119 commented 1 year ago

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

djsteverobinson commented 1 year ago

that did the job thanks for the helps