Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: RZA1H starter kit debugging application on linux using j link

$
0
0
Hi Tobo To make the Qt5 work, you will need the following patches from buildroot git repository.   package/icu/0004-link-icudata-as-data-only.patch   package/icu/0005-fix-static-linking-with-icu-uc.patch The 0004-link-icudata-as-data-only.patch will solve your problem. The libicudata.so is a little bit special shared library that contains only data table, and the dynamic linker "ld-linux.so" could not recognize it as a valid shared library. As the result it could not resolve external references and gave up with the error: "error while loading shared libraries: /usr/lib/arm-linux-gnueabihf/libicudata.so.51: internal error" regards,

Viewing all articles
Browse latest Browse all 59170

Trending Articles