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'