-
Notifications
You must be signed in to change notification settings - Fork 1k
F103 USB CDC won't build with Sloeber #486
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
Comments
Hi @cdrose I could not test under windows as I get a proxy issue to install Sloeber. This is why you get this error. Don't know how Sloeber parse the platform.txt but it is linked to that. I advise you to submit an issue on Sloeber. Arduino_Core_STM32/platform.txt Line 70 in 9299ab2
One workaround could be to edit the properties of your project, then go to "C/C++ Build" -> "Environment" and search " |
Any feedback ? |
Sorry haven't been able to look into this further yet. Ill see if anyone has mentioned it on the Sloeber page. Hopefully I have some time to work on it early next week. |
It looks like this has been raised previously with Sloeber and the fix is non-trivial: |
Thanks @cdrose |
STM32F103C8T6 BluePill
Eclipse with Sloeber plugin
Arduino Core STM32 1.5.0 latest
Windows 10
I'm getting a string of errors if I try to include USB CDC into my project. It looks a bit like there's a missing #define and then a bunch of other macros don't expand properly, but I don't know enough about how this is all meant to work to spot the problem. I see from other comments people are using CDC so it must have been working before, or my build environment isn't set up correctly.
Any ideas?
eclipse errors.txt
The text was updated successfully, but these errors were encountered: