energye / energy

Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux

Home Page:https://energy.yanghy.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux ARM “static TLS block”

sxmxta opened this issue · comments

commented

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
salvadordf/CEF4Delphi#457

linux arm
energy init . generate run.sh run

Unblocked