energy icon indicating copy to clipboard operation
energy copied to clipboard

Linux ARM “static TLS block”

Open sxmxta opened this issue 2 years ago • 2 comments

Linux ARM import libcef.so failed

cannot allocate memory in static TLS block

  • The reason may be that the upstream compilation is for optimizing performance.
  • The current solution is to add preloaded environment variables before running the program

export LD_PRELOAD=/path/to/libcef.so:$LD_PRELOAD

  • This problem may not be solved in energy

Then run the GTK3 demos.export LD_PRELOAD=<FULL-PATH-TO-libcef.so> CEF4Delphi https://github.com/salvadordf/CEF4Delphi/issues/457

sxmxta avatar Feb 07 '23 02:02 sxmxta

linux arm energy init . generate run.sh run

sxmxta avatar Sep 19 '23 06:09 sxmxta

Unblocked

PyaePhyo8612 avatar Sep 29 '23 09:09 PyaePhyo8612