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
@cujomalainey fwiw, we can build 64bit with the IPC4 config as @ranj063 and @singalsu have done this for plugin and testbench so possibly an IPC3/xtos only issue.
@cujomalainey fwiw, we can build 64bit with the IPC4 config as @ranj063 and @singalsu have done this for plugin and testbench so possibly an IPC3/xtos only issue.
@lgirdwood this is a zephyr build as well. Are they switched over to the LOG macros in the LP64 build?
@cujomalainey fwiw, we can build 64bit with the IPC4 config as @ranj063 and @singalsu have done this for plugin and testbench so possibly an IPC3/xtos only issue.
@lgirdwood this is a zephyr build as well. Are they switched over to the LOG macros in the LP64 build?
I think most code should be switched over to LOG, but IIRC LOG will use the old trace API when building with xtos. I think this is on the list for removal in v2.12.
@andyross what about a workaround for Zephyr POSIX build only until this code is removed ?
Describe the bug
Traces fail to build in native sim 64 bit environment due to the fact that pointers exceed the 32bit container maximum
To Reproduce
Checkout https://github.com/cujomalainey/sof/tree/top
Run
scripts/fuzz.sh -b -a x86_64
Reproduction Rate
100%
Expected behavior
Code builds
Impact
Blocks the ability to use logging with 64 bit builds
Environment
Screenshots or console output
@andyross FYI
The text was updated successfully, but these errors were encountered: