<?xml version="1.0" encoding="utf-16"?><html><head>
<style id="css_styles"><![CDATA[
blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
ol, ul { list-style-position: inside }
body { font-family: Tahoma; font-size: 12pt; }
]]></style>
</head>
<body>Hello,<div><br /></div><div>I am trying to run Lazarus on a IBM Power8 (ppc64le), OS=Debian.</div><div>Problem: it does not run.</div><div>(it does start, but errors out on an illegal free() )</div><div><br /></div><div>Details.</div><div><br /></div><div>Command line apps compiled native on Power8 do run.</div><div><div><div><div>Command line apps compiled cross-compiled from Windows to Power8 do run.</div></div></div></div><div>FPC rtti tests run flawless on ppc64le.</div><div><br /></div><div>Most simple GUI (only an empty form) app cross-compiled does not run.</div><div>But they also do not generate any error. They just start and stop without any effect or message.</div><div>(compiled with all debug info and -O0)</div><div><br /></div><div>Debugging with gdbserver should work (server runs ok with app), if I had a gdb for ppc64le on Windows.</div><div><br /></div><div>Any ideas ?</div></body></html>