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 guess it could be some instructions/registers not supported by this chip, but I have no further clue on what to do with it. I have little experience with embedded programming, so I don't know if this situation is very trivial and have simple solutions.
I'm building it with a clean compiler on a clean system, by following the exact instructions on https://tomu.im/. I've tried compiling some other examples and they all works fine. It only fails for chopstx, for which I guess it could be an issue in this project.
Sorry for posting this issue here since im-tomu/chopstx doesn't have an issue tracker.
I was trying to build the u2f source code for my Tomu but the following error prevents it from building the binary:
As I checked the source code,
MULADD
is defined as follows:I guess it could be some instructions/registers not supported by this chip, but I have no further clue on what to do with it. I have little experience with embedded programming, so I don't know if this situation is very trivial and have simple solutions.
Here's my gcc version:
And my full make log: output.log
A little help would be appreciated!
The text was updated successfully, but these errors were encountered: