Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

Cannot compile any firmware

Open stevemcc1980 opened this issue 2 years ago • 4 comments

Description

Been trying to increase my maxtemp to 285 using bltouch 3x3 ender 3v2 configuratio files but i cannot get it to build

Steps to Reproduce

Expected behavior: Firmware Compiles

Actual behavior: Error - Processing STM32F103RE_creality (board: genericSTM32F103RE; platform: ststm32@~12.1; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------------------------------------Error: Could not find one of 'package.json' manifest files in the package

Additional Information

  • Include a ZIP file containing your Configuration.h and Configuration_adv.h files.
  • Provide pictures or links to videos that clearly demonstrate the issue.
  • See How Can I Contribute for additional guidelines.

stevemcc1980 avatar May 29 '22 23:05 stevemcc1980

Hi there!

I may be no expert, but it sounds like the build enviroment is incorrect.

go to the .ini file and maybe try switching the "default_envs" to something else. Maybe mega2560?

Gately-Wells avatar Jun 02 '22 08:06 Gately-Wells

Thank you for your reply! I’ll maybe try that. I’m not sure why the crealityv4 is causing issues. Like you said may be something missing

stevemcc1980 avatar Jun 02 '22 14:06 stevemcc1980

Hey i still cannot get ANYTHING to compile. No matter the default_envs i get the package.json error.

Any help would be greatly appreciated

stevemcc1980 avatar Jun 14 '22 10:06 stevemcc1980

Change default_env to STM32F103RET6_creality, that should do the trick.

dmerriman11 avatar Jul 01 '22 22:07 dmerriman11