platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
93 stars 62 forks source link

Could not initialize project #5738

Open sznu2008 opened 1 year ago

sznu2008 commented 1 year ago

PIO Core Call Error: "The following files/directories have been created in /Users/vinci/Documents/PlatformIO/Projects/3-1\ninclude - Put project header files here\nlib - Put project specific (private) libraries here\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\nResolving blackpill_f103c8 dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nError: Processing blackpill_f103c8 (platform: ststm32; board: blackpill_f103c8; framework: arduino)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nCONFIGURATION: https://docs.platformio.org/page/boards/ststm32/blackpill_f103c8.html\nPLATFORM: ST STM32 (15.6.0) > BlackPill F103C8\nHARDWARE: STM32F103C8T6 72MHz, 20KB RAM, 64KB Flash\nDEBUG: Current (stlink) External (blackmagic, cmsis-dap, jlink, stlink)\nPACKAGES: \n - framework-arduinoststm32 @ 4.20400.0 (2.4.0) \n - framework-cmsis @ 2.50700.210515 (5.7.0) \n - toolchain-gccarmnoneeabi @ 1.90201.191206 (9.2.1)\nLDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf\nLDF Modes: Finder ~ chain, Compatibility ~ soft\nFound 12 compatible libraries\nScanning dependencies...\nNo dependencies\nKeyError: 'PIOBUILDFILES':\n File \"/Users/vinci/.platformio/penv/lib/python3.9/site-packages/platformio/builder/main.py\", line 174:\n env.SConscript(\"$BUILD_SCRIPT\")\n File \"/Users/vinci/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 598:\n return _SConscript(self.fs, *files, *subst_kw)\n File \"/Users/vinci/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 285:\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\n File \"/Users/vinci/.platformio/platforms/ststm32/builder/main.py\", line 120:\n target_elf = env.BuildProgram()\n File \"/Users/vinci/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(nargs, **kwargs)\n File \"/Users/vinci/.platformio/penv/lib/python3.9/site-packages/platformio/builder/tools/piobuild.py\", line 76:\n program = env.Program(env.subst(\"$PROGPATH\"), env[\"PIOBUILDFILES\"])\n File \"/Users/vinci/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Environment.py\", line 588:\n return self._dict[key]\n========================== [FAILED] Took 0.66 seconds =========================="

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.