Re: [fpc-pascal] SIGTERM problem

2010-11-25 Thread Евгений Семенов (Evgeniy Sem enov)
25.11.2010 12:47, Jonas Maebe пишет: On 25 Nov 2010, at 01:28, Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive

Re: [fpc-pascal] SIGTERM problem

2010-11-25 Thread Евгений Семенов (Evgeniy Sem enov)
25.11.2010 10:50, Mark Morgan Lloyd пишет: Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't h

Re: [fpc-pascal] SIGTERM problem

2010-11-24 Thread Евгений Семенов (Evgeniy Sem enov)
24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. Can someone suggest to me, what&

[fpc-pascal] SIGTERM problem

2010-11-23 Thread Евгений Семенов (Evgeniy Sem enov)
me program normally handle SIGTERM signal on i386-linux system. -- С Уважением, Евгений Семенов Best regards, Evgeniy Semenov. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] GDB

2010-11-04 Thread Евгений Семенов (Evgeniy Sem enov)
: In function `typy_range': (.text+0x4ec): undefined reference to `PyTuple_New' //usr/lib/libgdb.a(py-type.o): In function `typy_range': (.text+0x50a): undefined reference to `PyTuple_SetItem' //usr/lib/libgdb.a(py-type.o): In function `typy_range': etc... -- С Уважени

Re: [fpc-pascal] daemon error, arm-linux

2010-02-04 Thread Евгений Семенов (Evgeniy Sem enov)
02.02.2010 23:36, "Евгений Семенов (Evgeniy Semenov)" пишет: Hello, can anybody tell me what's a problem. When I start my daemon on first machine that have 'arm' processor, it's successfully running, but on other machine that have same cpu it fail. On f

[fpc-pascal] daemon error, arm-linux

2010-02-02 Thread Евгений Семенов (Evgeniy Sem enov)
Hello, can anybody tell me what's a problem. When I start my daemon on first machine that have 'arm' processor, it's successfully running, but on other machine that have same cpu it fail. On first machine 'uname -m' return: "armv5tejl" On second 'uname -m' return: "armv5tel" Second machine erro

Re: [fpc-pascal] fpsocket error

2009-08-19 Thread Евгений
Henry Vermaak пишет: 2009/8/19 Henry Vermaak : If you are using an EABI kernel, it will be the socketcall syscall that's failing. This is the code in unistd.h: /* * The following syscalls are obsolete and no longer available for EABI. */ #if defined(__ARM_EABI__) && !defined(__KERNEL__) #

Re: [fpc-pascal] fpsocket error

2009-08-19 Thread Евгений
Henry Vermaak пишет: 2009/8/18 Евгений : Socket error[38]: Function not implemented Try and write a short c program to test socket support in the kernel. If it fails, maybe you need to re-configure (try `make menuconfig`) and re-build your kernel to make sure that socket support is

Re: [fpc-pascal] fpsocket error

2009-08-18 Thread Евгений
Евгений пишет: Jonas Maebe пишет: On 18 Aug 2009, at 22:42, Евгений wrote: In application which i compiled for arm-linux platform, an error occurs when calling fpsocket. Why fpsocket call can cause the error? Type "man socket" on the command line and have a look at the "E

Re: [fpc-pascal] fpsocket error

2009-08-18 Thread Евгений
Jonas Maebe пишет: On 18 Aug 2009, at 22:42, Евгений wrote: In application which i compiled for arm-linux platform, an error occurs when calling fpsocket. Why fpsocket call can cause the error? Type "man socket" on the command line and have a look at the "ERRORS" sect

[fpc-pascal] fpsocket error

2009-08-18 Thread Евгений
In application which i compiled for arm-linux platform, an error occurs when calling fpsocket. Why fpsocket call can cause the error? Thanks. __ Information from ESET NOD32 Antivirus, version of virus signature database 4346 (20090818) __ The message was checked by ESET NOD32

Re: [fpc-pascal] cross compilation for armv5 processor

2009-07-26 Thread Евгений
Евгений пишет: Hello, I need to compile my application for marvell processor 88F6281.(NAS QNAP TS-119) Cross compiler build succesfully by command: sudo make all install OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=/home/sem/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- NOGDB

[fpc-pascal] cross compilation for armv5 processor

2009-07-24 Thread Евгений
Hello, I need to compile my application for marvell processor 88F6281.(NAS QNAP TS-119) Cross compiler build succesfully by command: sudo make all install OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=/home/sem/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- NOGDB=1 OPT='-O- -gl'