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
Interesting, good to know that the code compiles with minor changes. It'll be great if you could submit a PR for this, ifdef-ed by the architecture.
I haven't tried eRPC on an ARM server, but I can't think of any issues that'll prevent it from working. I'm curious to learn if it ends up working for you.
Because on Arm, the frequency is not tied to the CPU frequency and is much lower (0.2 Ghz on my machine). It also does not scale with CPU frequency scaling (independant timer).
Why is this assertion there? Can it affect wrongly eRPC if we remove it?
I achieved to make it compile on this architecture with minor changes in
src/util/timer.h
:But I don't know if there can be others compatibility problems at runtime?
The text was updated successfully, but these errors were encountered: