You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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>
.
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: