shadow578 / Marlin-H32

Marlin for HC32F460 based printers (now in upstream)
http://marlinfw.org
GNU General Public License v3.0
13 stars 7 forks source link

[BUG] compiling using PlatformIO? #16

Closed classicrocker883 closed 1 year ago

classicrocker883 commented 1 year ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

is the platformIO builder ready for this? when i put this in the platformio.ini this error pops up

Processing HC32F46x_AQUILA_X2 (platform: hc32f46x; board: hc32f46x; framework: arduino)

Platform Manager: Installing hc32f46x Error: Could not find the package with 'hc32f46x' requirements for your system 'linux_x86_64'

it also said for your system 'windows... when trying in the windows env.

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

pio-build

Printer model

No response

Electronics

No response

Add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Don't forget to include

Additional information & file uploads

No response

shadow578 commented 1 year ago

nope, platformio build is currently not ready, as it would require creating platform, framework, and toolchain packages for the hc32 platform. see #12 for some more details. if you wish to help with implementing those packages, i can give you access to some internal ones i have. tho be warned they are very unstable.

classicrocker883 commented 1 year ago

nope, platformio build is currently not ready, as it would require creating platform, framework, and toolchain packages for the hc32 platform. see #12 for some more details. if you wish to help with implementing those packages, i can give you access to some internal ones i have. tho be warned they are very unstable.

yeah I'm down, I'll try to help out as best I can. if you be so kind as to let me know any steps to take. or do you have a branch I can clone and I'll pick it up from there?