Hello all<br><br><span id="result_box" class="long_text"><span title="Я использую туавп без поддержки вв и получил следующие ошибки при компиляции">I use toolchain based on gcc 4.4.5 and uClibc 0.9.30.2(without large file support) and got the following error when compiling</span></span>:<br>
<br>arm-xscale-linux-gnueabi-gcc -Wall -g -O2   -o strace strace.o syscall.o count.o util.o desc.o file.o ipc.o io.o ioctl.o mem.o net.o process.o bjm.o quota.o resource.o signal.o sock.o system.o term.o time.o proc.o scsi.o stream.o  <br>
syscall.o:(.rodata+0x1768): undefined reference to `sys_truncate64'<br>syscall.o:(.rodata+0x177c): undefined reference to `sys_ftruncate64'<br>syscall.o:(.rodata+0x1948): undefined reference to `sys_getdents64'<br>
syscall.o:(.rodata+0x1d1c): undefined reference to `sys_statfs64'<br>syscall.o:(.rodata+0x1d30): undefined reference to `sys_fstatfs64'<br>collect2: ld returned 1 exit status<br><br><br>My steps:<br>$ export TOOLCHAIN_PREFIX=arm-xscale-linux-gnueabi<br>
$ export STRACE_ROO=<some dir><br>$ CC=${TOOLCHAIN_PREFIX}-gcc ./configure --prefix=$STRACE_ROOT/build --host=${TOOLCHAIN_PREFIX}<br>$ make <br>