Skip to content
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

[libopencm3] arm-none-eabi-gcc: error: unrecognized command line option '-rdynamic' #109

Open
NikiSchlifke opened this issue Apr 20, 2018 · 1 comment
Assignees

Comments

@NikiSchlifke
Copy link

NikiSchlifke commented Apr 20, 2018

Build option rebuild project index and subsequent ones fail with this error.

Note

Might even be expected behavior, I've had source/header files other then main.c not included in main in the source directory.

platformio.ini

[env:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = libopencm3
build_flags = -std=c99 -O2 -mcpu=cortex-m3

Project was initialized using:

platformio init --ide clion -b genericSTM32F103C8 -O "framework = libopencm3"

platformio was installed using:

pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
@ivankravets
Copy link
Member

Could you reproduce this issue with the latest release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants