-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Getting multiple definition errors when I try and compile code for mbed platform #571
Comments
Thanks. Please re-test in the latest http://docs.platformio.org/en/latest/installation.html#development-version |
Thanks, for that builds fine now no errors. |
ivankravets
added a commit
that referenced
this issue
Mar 22, 2016
ivankravets
added a commit
to ivankravets/homebrew
that referenced
this issue
Mar 22, 2016
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \Homebrew#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \Homebrew#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \Homebrew#568]) - Updated the support for Sanguino Boards ([issue \Homebrew#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \Homebrew#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \Homebrew#591]) [issue \Homebrew#530]: platformio/platformio-core#530 [issue \Homebrew#572]: platformio/platformio-core#572 [issue \Homebrew#568]: platformio/platformio-core#568 [issue \Homebrew#586]: platformio/platformio-core#586 [issue \Homebrew#571]: platformio/platformio-core#571 [issue \Homebrew#591]: platformio/platformio-core#591
xu-cheng
pushed a commit
to Homebrew/homebrew-core
that referenced
this issue
Mar 23, 2016
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \#568]) - Updated the support for Sanguino Boards ([issue \#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \#591]) [issue \#530]: platformio/platformio-core#530 [issue \#572]: platformio/platformio-core#572 [issue \#568]: platformio/platformio-core#568 [issue \#586]: platformio/platformio-core#586 [issue \#571]: platformio/platformio-core#571 [issue \#591]: platformio/platformio-core#591 Closes Homebrew/legacy-homebrew#50326. Signed-off-by: Dominyk Tiller <[email protected]>
benjaminfrank
pushed a commit
to benjaminfrank/homebrew
that referenced
this issue
Apr 9, 2016
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \Homebrew#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \Homebrew#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \Homebrew#568]) - Updated the support for Sanguino Boards ([issue \Homebrew#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \Homebrew#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \Homebrew#591]) [issue \Homebrew#530]: platformio/platformio-core#530 [issue \Homebrew#572]: platformio/platformio-core#572 [issue \Homebrew#568]: platformio/platformio-core#568 [issue \Homebrew#586]: platformio/platformio-core#586 [issue \Homebrew#571]: platformio/platformio-core#571 [issue \Homebrew#591]: platformio/platformio-core#591 Closes Homebrew#50326. Signed-off-by: Dominyk Tiller <[email protected]>
jvillard
pushed a commit
to jvillard/homebrew
that referenced
this issue
Jul 25, 2016
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \Homebrew#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \Homebrew#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \Homebrew#568]) - Updated the support for Sanguino Boards ([issue \Homebrew#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \Homebrew#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \Homebrew#591]) [issue \Homebrew#530]: platformio/platformio-core#530 [issue \Homebrew#572]: platformio/platformio-core#572 [issue \Homebrew#568]: platformio/platformio-core#568 [issue \Homebrew#586]: platformio/platformio-core#586 [issue \Homebrew#571]: platformio/platformio-core#571 [issue \Homebrew#591]: platformio/platformio-core#591 Closes Homebrew#50326. Signed-off-by: Dominyk Tiller <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system:
Linux
PlatformIO Version 2.8.5
Description of problem
When I compile against a crypto library for the mbed platform it fails with the multiple definitions errors as seen below. The code compiles correctly in the online mbed compiler. Am happy to try out some things to fix it with some guidance. Crypto library can be found here
Actual Results
Expected Results
Should build successfully does not build
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: