c++ - How to make statifier work on 32-bit system? error loading libc.so.6 -


i've jun fresh new 32-bit ubuntu distribution , installed statifier usual(make all, make install). after tried statify compiled(on device) program. after it, i've got error message:

/lib/ld-linux.so.2 --library-path /lib /bin/ln -s /lib/libc-2.5.so /lib/libc.so.6

what actions should make statifier work in case?

here additional error code:

ld_assume_kernel=4.10.0 statifier async_record_test async_record_static /usr/lib/statifier/32//elf_symbols: can't open '/lib/ld-linux-armhf.so.3' file. errno = 2 (no such file or directory) /usr/lib/statifier/32//elf_data: can't open '/lib/ld-linux-armhf.so.3' file. errno = 2 (no such file or directory) /usr/lib/statifier/32//elf_data: can't open '/lib/ld-linux-armhf.so.3' file. errno = 2 (no such file or directory) 


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -