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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
We forked this repo and create our own - github: minodekit/td-minode. We develop our C++ glue layer based on it. We use yt build to ensure our code can be compiled correctly.
But When we copy to the glue.cpp string resource, The compiler took a long time and then we get an error. Then we do some test:
Test cases
Test 1:
Blank typescript without any ts function
simple glue.cpp: only an namespace with some simple enums
Hello,
We're building a TouchDevelop library for our micro:bit accessories.
We found some guides and examples:
We forked this repo and create our own - github: minodekit/td-minode. We develop our C++ glue layer based on it. We use
yt build
to ensure our code can be compiled correctly.But When we copy to the
glue.cpp
string resource, The compiler took a long time and then we get an error. Then we do some test:Test cases
Test 1:
Test 2:
Test 3:
Summarize
It seems the mbed cloud complier timeout?
Do you have any suggestions? Thanks.
By the way, We also create some PXT packages. They work well.
Best Regards,
Paul
The text was updated successfully, but these errors were encountered: