ftrias / TeensyThreads

MIT License
178 stars 26 forks source link

Compilation error after update Arduino 1.8.16 and TensyDuino 1.55 #29

Open BOBILLIER opened 2 years ago

BOBILLIER commented 2 years ago

Hi Fernando Today I have updated to Arduino 1.8.16 and TensyDuino 1.55, which include last version of your library, but I encountered a compilation error below when I try to compile your blink example:


Arduino : 1.8.16 (Windows 7), TD: 1.55, Carte : "Teensy 3.6, Serial, 180 MHz, Faster, US English" C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\TeensyThreads\TeensyThreads.cpp:29:25: fatal error: utils/debug.h: No such file or directory

compilation terminated.

Erreur de compilation pour la carte Teensy 3.6


ftrias commented 2 years ago

Please remove the offending line from TeensyThreads.cpp:

include "utils/debug.h"

I don't know how it got there. It seems to have be put in by mistake during a pull request.

On Thu, Sep 16, 2021 at 12:04 PM BOBILLIER @.***> wrote:

Hi Fernando Today I have updated to Arduino 1.8.16 and TensyDuino 1.55, which include last version of your library, but I encountered a compilation error below when I try to compile your blink example:

Arduino : 1.8.16 (Windows 7), TD: 1.55, Carte : "Teensy 3.6, Serial, 180 MHz, Faster, US English" C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\TeensyThreads\TeensyThreads.cpp:29:25: fatal error: utils/debug.h: No such file or directory

compilation terminated.

Erreur de compilation pour la carte Teensy 3.6

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ftrias/TeensyThreads/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRWXIXKH3436NJQXFP33GLUCIIR5ANCNFSM5EFDGYHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Defragster commented 2 years ago

TeensyDuino 1.56 in Beta - fixed code for Paul could be included for next release