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
The following two modules caused link errors when built for Linux desktop simulator.
I have found out the causes of each problem as below, so it would be helpful if you could take countermeasures.
・pins/i2s/audioout
When building with "-p lin", queueCallback() is undefined in audioout.c, resulting in a link error.
When I defined an empty queueCallback(), the link was successful and I was able to move on to execution with xsbug.
(I would be happy if in the future it would be possible to play sound on Linux as well.)
・pins/servo
A link error will occur because there is no description for Linux in pins/servo/manifest.json.
The issue was resolved by adding the following description:
Build environment: Linux
Moddable SDK version: 4.5.0-23-gfc5c2b41c
Target device: desktop simulator
The following two modules caused link errors when built for Linux desktop simulator.
I have found out the causes of each problem as below, so it would be helpful if you could take countermeasures.
・pins/i2s/audioout
When building with "-p lin", queueCallback() is undefined in audioout.c, resulting in a link error.
When I defined an empty queueCallback(), the link was successful and I was able to move on to execution with xsbug.
(I would be happy if in the future it would be possible to play sound on Linux as well.)
・pins/servo
A link error will occur because there is no description for Linux in pins/servo/manifest.json.
The issue was resolved by adding the following description:
The text was updated successfully, but these errors were encountered: