drunken-octopus / drunken-octopus-marlin

An Alternative (Unofficial) Marlin Firmware for AlephObjects Printers
GNU General Public License v3.0
34 stars 13 forks source link

Error while building Gladiola_MiniBTT002LCD BandedTiger_HardenedSteel #29

Open jcustenborder opened 3 years ago

jcustenborder commented 3 years ago

Description

Currently getting a build error trying to build Gladiola_MiniBTT002LCD BandedTiger_HardenedSteel

Steps to Reproduce

  1. Build configs ./build-configs.sh
  2. ./build-firmware.sh Gladiola_MiniBTT002LCD BandedTiger_HardenedSteel

Expected behavior: [What you expect to happen]

Build should complete successfully.

Actual behavior: [What actually happens]

The build failed specifically pointing with the following error. Is ststm32@~10.0 the correct version? Looking at the platform io documentation, it looks like the ststm32@1.2.3 is the current version.

Error: Could not find a version that satisfies the requirement '~10.0' for your system 'linux_x86_64'

Full log

+ ./build-firmware.sh Gladiola_MiniBTT002LCD BandedTiger_HardenedSteel
fatal: not a git repository (or any parent up to mount point /home/jenkins)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Building dependencies for BOARD_BTT_BTT002_V1_0

Building for Gladiola_MiniBTT002LCD and BandedTiger_HardenedSteel with board BOARD_BTT_BTT002_V1_0 (4209)

Compiling using platformio for BIGTREE_BTT002
********************************************************************************
If you like PlatformIO, please:
- follow us on Twitter to stay up-to-date on the latest project news > https://twitter.com/PlatformIO_Org
- star it on GitHub > https://github.com/platformio/platformio
- try PlatformIO IDE for embedded development > https://platformio.org/platformio-ide
********************************************************************************

Processing BIGTREE_BTT002 (platform: ststm32@~10.0; board: BigTree_Btt002; framework: arduino)
--------------------------------------------------------------------------------
PlatformManager: Installing ststm32 @ ~10.0
Error: Could not find a version that satisfies the requirement '~10.0' for your system 'linux_x86_64'
Skipping build because platformio not found.
mv: cannot stat '.pio/build/BIGTREE_BTT002/firmware.bin': No such file or directory
chmod: cannot access 'build/AlephObjects/custom/Gladiola_MiniBTT002LCD/BandedTiger_HardenedSteel/*': No such file or directory

Generated files stored in /home/jenkins/Gladiola_MiniBTT002LCD-BandedTiger_HardenedSteel/build:

build:
AlephObjects

build/AlephObjects:
custom

build/AlephObjects/custom:
Gladiola_MiniBTT002LCD

build/AlephObjects/custom/Gladiola_MiniBTT002LCD:
BandedTiger_HardenedSteel

build/AlephObjects/custom/Gladiola_MiniBTT002LCD/BandedTiger_HardenedSteel:

Additional Information