-
-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo on microchippic32.json file #725
Comments
Closed
Thanks a lot for the report! |
ivankravets
added a commit
that referenced
this issue
Jul 18, 2016
* develop: Update docs for Teensy USB Features // Issue #722 Implement Teensy 2.0 USB functionality (HID, SERIAL_HID, DISK, MIDI, etc.) // Resolve #722 Add support for Pinoccio Scout board // Resolve #52 Fix broken LD Script for Element14 chipKIT Pi board // Resolve #725 Resolve #726 Fix USB flags processing for teensy platform // Issue #722 Add Pinoccio board // Issue #52 Minor improvements for CLion docs Improved docs for integration with CLion IDE Version bump to 2.11.1 (issues #472, #629, #710, #711, #712, #713, #718) Typo fix Add "udev" rules for OpenOCD CMSIS-DAP adapters // Resolve #718 Update history Ignore "[platformio]" section from custom project configuration CI Bump to 2.11.1b1 Add Arduino M0 Pro and Tian to the examples // Issue #472 Fix issue when `pioenvs` folder doesn't exist Add more info about `.pioenvs` directory Improve CMSIS selection for SAMD21 boards Improve support for SAMD21 based boards Add contributing guidelines
ivankravets
added a commit
that referenced
this issue
Aug 2, 2016
* develop: (21 commits) Use stable docs Version bump to 2.11.2 (issues #500, #533, #732, #731, #737, #733, #438, #722, #52, #725) Update project configuration template Use stable docs Implement firmware merging with base firmware for Nordic nRF51 development platform // Resolve #500 , Resolve #533 Fix firmware uploading to Atmel SAMD21-XPRO board using ARM mbed framework // Resolve #732 Add firmware merging process for nordicnrf51 // Issue #533, #500 Add OpenOCD as an alternative upload method for atmelsam platform // Issue #732 Sync flags parser with PlatformIO 3.0 branch // Resolve #738 Update ``udev`` rules for the new STM32F407DISCOVERY boards // Resolve #731 Add explanation about "Failed to find MSBuild toolsets directory" Add support for local "--echo" for Serial Port Monitor // Resolve #733 Update history Improve support for Microchip PIC32 development platform and ChipKIT boards // Resolve #438 Fix Project Generator for ESP8266 and ARM mbed based projects Switch to gcc-built LwIP library for espressif platform Push 2.11.2.dev2 Fix linking process for microchippic32 platfrom // Issue #438 Improve Project Generator for PlatformIO IDE (fixes incorrect linter errors)
4 tasks
davidji
added a commit
to davidji/platformio
that referenced
this issue
Aug 30, 2016
Version bump to 2.11.2 (issues platformio#500, platformio#533, platformio#732, platformio#731, platformio#737, platformio#733, platformio#438, platformio#722, platformio#52, platformio#725)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What kind of issue is this?
something, or to understand why something isn't working the way you expect it to, use
our Community Forums https://community.platformio.org
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
https://github.com/platformio/platformio-atom-ide/issues
You can erase any parts of this template not applicable to your Issue.
Description of problem
There is a typo error on line 122 of the microchippic32.json file. Where it says cchipKIT-application-32MX250F128.ld it should say chipKIT-application-32MX250F128.ld This prevents compilation on the chipKit-pi board.
Steps to Reproduce
Actual Results
[07/18/16 12:16:14] Processing chipkit_pi (platform: microchippic32, board: chipkit_pi, framework: arduino)
pic32-g++ -o .pioenvs\chipkit_pi\firmware.elf -w -Os -mdebugger -mprocessor=32MX250F128B -mno-peripheral-libs -nostartfiles -Wl,--gc-sections -Wl,--script="cchipKIT-application-32MX250F128.ld" -Wl,--script=chipKIT-application-COMMON.ld .pioenvs\chipkit_pi\src\tmp_ino_to.o "-LC:\Users\Maker I.platformio\packages\framework-arduinomicrochippic32\cores\pic32" "-LC:\Users\Maker I.platformio\packages\framework-arduinomicrochippic32\variants\ChipKIT_Pi" "-LC:\Users\Maker I.platformio\packages\ldscripts" -L.pioenvs\chipkit_pi -Wl,--start-group .pioenvs\chipkit_pi\libFrameworkArduinoVariant.a .pioenvs\chipkit_pi\libFrameworkArduino.a -lm .pioenvs\chipkit_pi\libSoftwareSerial.a .pioenvs\chipkit_pi\libAdafruit_VC0706.a .pioenvs\chipkit_pi\libSPI.a .pioenvs\chipkit_pi\libSD.a -Wl,--end-group
pic32-cpp.exe: error: cchipKIT-application-32MX250F128.ld: No such file or directory
pic32-cpp.exe: warning: '-x c' after last input file has no effect
pic32-cpp.exe: fatal error: no input files
compilation terminated.
c:\users\maker i.platformio\packages\toolchain-microchippic32\bin\bin\gcc\pic32mx\4.8.3........\bin/pic32-ld.exe: cannot open linker script file cchipKIT-application-32MX250F128.ld.00: No such file or directory
collect2.exe: error: ld returned 255 exit status
scons: *** [.pioenvs\chipkit_pi\firmware.elf] Error 255
[ ERROR ] Took 6.16 seconds
Expected Results
Compiled file
If problems with PlatformIO Build System:
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: