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

[BUG] Project barometer compilation error #347

Closed
JeromeGalan opened this issue Aug 31, 2022 · 0 comments
Closed

[BUG] Project barometer compilation error #347

JeromeGalan opened this issue Aug 31, 2022 · 0 comments
Assignees
Labels
type bug Something isn't working
Milestone

Comments

@JeromeGalan
Copy link
Member

Which version the bug has been detected on

Luos engine 2.6.0

Description of the bug

  • Project barometer for NUCLEO-F072RB can't compile

Possible solution

  • In platformio.ini file (\luos_engine\examples\projects\NUCLEO-F072RB\barometer\platformio.ini) :

  • You must change the LDF policy by adding this line :

    [env:nucleo_f072rb]
    lib_ldf_mode =off <------ ADD THIS LINE
    platform = ststm32
    board = nucleo_f072rb
    framework = stm32cube
    build_unflags = -Os
    etc...

@JeromeGalan JeromeGalan added the type bug Something isn't working label Aug 31, 2022
@JeromeGalan JeromeGalan added this to the 2.7.0 milestone Aug 31, 2022
JeromeGalan pushed a commit that referenced this issue Aug 31, 2022
JeromeGalan pushed a commit that referenced this issue Sep 1, 2022
@JeromeGalan JeromeGalan modified the milestones: 2.7.0, 2.6.1 Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants