-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compiler reporting can't find main.h #10
Comments
At the moment, ATTiny10IDE expects to process only a single user input file
does not support include files other than the set that are part of the
built-in libraries.
I hope to address this in the near future but, at the moment, I'm also
trying to resolve another issue with some recent changes to the toolchain.
Since recent releases of macOs have removed support for 32 bit apps I've
been trying to move the using the 64 bit toolchains. But, for some, as yet
to identified reason, the 64 bit toolchains seem to have broken support for
most of the ATTiny chips.
Wayne
…On Sun, Mar 22, 2020 at 2:49 AM Mike Longworth ***@***.***> wrote:
I'm trying to use your IDE to build my ATTiny10 OSH project under Windows
10 that I can only build successfully under either OSX or Debian using the
avr-gcc toolchain.
The firmware is available at:
https://github.com/milelo/SMBeeFirmware
I start the IDE in the src folder and load main.c. The compiler reports:
While Compiling main.c:25:18: main.h: No such file or directory
compilation terminated.
It would be very helpful for may people if this could be made to work.
The full project construction documentation is at:
https://milelo.github.io/smbee/make-a-bee.html
Thanks for any help, Mike
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIDM4UB636BTOJOIUM43GDRIXNLPANCNFSM4LRHJKVA>
.
|
Thanks for the update Wayne. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use your IDE to build my ATTiny10 OSH project under Windows 10 that I can only build successfully under either OSX or Debian using the avr-gcc toolchain.
The firmware is available at:
https://github.com/milelo/SMBeeFirmware
I start the IDE in the src folder and load main.c. The compiler reports:
While Compiling main.c:25:18: main.h: No such file or directory compilation terminated.
It would be very helpful for may people if this could be made to work.
The full project construction documentation is at:
https://milelo.github.io/smbee/make-a-bee.html
Thanks for any help, Mike
The text was updated successfully, but these errors were encountered: