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
Option A) produces the desired behaviours, whereas B) produces a slightly smaller executable and it does not work as expected (Arduino restarts over and over).
Why is this happening? How can it be fixed?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have CMake 3.5.1, Arduino 1.6.10, Ubuntu 16.04.
I have observed that the generated executable has different behaviour when I compile using the following two configurations in the CMakelists:
A) Plug all the .cpp files into the generare_arduino_firmware function:
B) Create a library and link to it later:
Option A) produces the desired behaviours, whereas B) produces a slightly smaller executable and it does not work as expected (Arduino restarts over and over).
Why is this happening? How can it be fixed?
Thanks!
The text was updated successfully, but these errors were encountered: