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
Hello all,
I compiled luavgl and the simulator as described without any issue. But starting the simulator gives following error:
$ make run
[ 68%] Built target lvgl
[ 96%] Built target lvgl_demos
[ 96%] Built target luavgl
[100%] Built target simulator
==21056==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
make[3]: *** [simulator/CMakeFiles/run.dir/build.make:70: simulator/CMakeFiles/run] Fehler 1
make[2]: *** [CMakeFiles/Makefile2:302: simulator/CMakeFiles/run.dir/all] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:309: simulator/CMakeFiles/run.dir/rule] Fehler 2
make: *** [Makefile:234: run] Fehler 2
$
Did I miss something?
Thanks,
-hackbeere
Proposal
No response
The text was updated successfully, but these errors were encountered:
Introduce the problem
Hello all,
I compiled luavgl and the simulator as described without any issue. But starting the simulator gives following error:
$ make run
[ 68%] Built target lvgl
[ 96%] Built target lvgl_demos
[ 96%] Built target luavgl
[100%] Built target simulator
==21056==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
make[3]: *** [simulator/CMakeFiles/run.dir/build.make:70: simulator/CMakeFiles/run] Fehler 1
make[2]: *** [CMakeFiles/Makefile2:302: simulator/CMakeFiles/run.dir/all] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:309: simulator/CMakeFiles/run.dir/rule] Fehler 2
make: *** [Makefile:234: run] Fehler 2
$
Did I miss something?
Thanks,
-hackbeere
Proposal
No response
The text was updated successfully, but these errors were encountered: