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

Missing config.gpr file #42

Closed
zdun8 opened this issue Aug 24, 2016 · 3 comments
Closed

Missing config.gpr file #42

zdun8 opened this issue Aug 24, 2016 · 3 comments
Labels

Comments

@zdun8
Copy link

zdun8 commented Aug 24, 2016

Hi,

The serial-ports f429disco example (Ada_Drivers_Library/examples/serial_ports/serial_ports_f429disco.gpr) gpr file includes a file config.gpr which should be stored in the main library folder, but it's not there.
It seems to be removed in e3a3ceb.
Project doesn't compile. I'm not sure if this is an issue of the example gpr file or sth else.

Kind regards,
zdun8

@plestedr
Copy link
Contributor

Similar issue here - The blinky_f4disco.gpr file with'd some other gprs that appear to have been moved. Took a bit of detective work to locate them.

Here's a diff of the first two lines of that project file... I'm using the stm32f407 proc, as you can see.

@@ -1,13 +1,74 @@
-with "../../config.gpr";
-with "../../boards/stm32f4_discovery.gpr";
+with "../../boards/stm32f407_discovery/config.gpr";
+with "../../boards/stm32f407_discovery.gpr";

With that addressed, I ran into another problem - incorrect line terminators - which is a different thread.

Bob

lambourg added a commit that referenced this issue Aug 25, 2016
This fixes issues #42
@lambourg
Copy link
Member

This should now be fixed by d455c64
Thanks for reporting this issue :)

@plestedr
Copy link
Contributor

That did fix my issue. Thank you!

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

No branches or pull requests

4 participants