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

region flash overflow at ArduPlane-3.9.0 on fresh clone from master #9387

Closed
6ramr opened this issue Sep 8, 2018 · 1 comment
Closed

region flash overflow at ArduPlane-3.9.0 on fresh clone from master #9387

6ramr opened this issue Sep 8, 2018 · 1 comment

Comments

@6ramr
Copy link

6ramr commented Sep 8, 2018

Yesterday I freshly cloned to master and plane3.9 branches to local. I checked them out at ArduPlane-3.9.0 and ArduPlane-stable.

At ArduPlane-3.9.0 I get a compiler error that states that region flash is overflown.

At ArduPlane-stable I get a compiler error that states that there is no rule to make target "NavioLED_I2C.h"

I use px4-toolchain on windows and compile with eclipse.

@WickedShell
Copy link
Contributor

If you are using make based build builds it's a known issue where PX4-v2 builds will overflow. Please use waf if you are building for those targets, otherwise make builds should be fitting.

Do a clean build (waf distclean or make px4-clean depending on what you are using) to resolve the issue with the missing target.

I'm closing this as it's a support issue, but if you need more help with it, gitter or discuss would be the best places to ask.

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

No branches or pull requests

2 participants