From: Frank M. <fm...@sl...> - 2009-09-14 16:17:32
|
Hi Radim, This is what I get: #scons CC=${CROSS_COMPILE}gcc scons: Reading SConscript files ... checking whether ppc_6xx-gcc supports -Wall (cached) no checking whether ppc_6xx-gcc supports -W (cached) no checking whether ppc_6xx-gcc supports -Wstrict-prototypes (cached) no checking whether ppc_6xx-gcc supports -Wmissing-prototypes (cached) no checking whether ppc_6xx-gcc supports -Wshadow (cached) no checking whether ppc_6xx-gcc supports -Wbad-function-cast (cached) no checking whether ppc_6xx-gcc supports -Wcast-qual (cached) no checking whether ppc_6xx-gcc supports -Wcast-align (cached) no checking whether ppc_6xx-gcc supports -Wwrite-strings (cached) no checking whether ppc_6xx-gcc supports -Waggregate-return (cached) no checking whether ppc_6xx-gcc supports -Wmissing-declarations (cached) no checking whether ppc_6xx-gcc supports -Wmissing-format-attribute (cached) no checking whether ppc_6xx-gcc supports -Wnested-externs (cached) no checking whether ppc_6xx-gcc supports -ggdb (cached) no checking whether ppc_6xx-gcc supports -fno-common (cached) no checking whether ppc_6xx-gcc supports -Wchar-subscripts (cached) no checking whether ppc_6xx-gcc supports -Wcomment (cached) no checking whether ppc_6xx-gcc supports -Wimplicit (cached) no checking whether ppc_6xx-gcc supports -Wsequence-point (cached) no checking whether ppc_6xx-gcc supports -Wreturn-type (cached) no checking whether ppc_6xx-gcc supports -Wfloat-equal (cached) no checking whether ppc_6xx-gcc supports -Wno-system-headers (cached) no checking whether ppc_6xx-gcc supports -Wredundant-decls (cached) no checking whether ppc_6xx-gcc supports -Wmissing-noreturn (cached) no checking whether ppc_6xx-gcc supports -pedantic (cached) no checking whether ppc_6xx-gcc supports -Wlong-long (cached) no checking whether ppc_6xx-gcc supports -Wundef (cached) no checking whether ppc_6xx-gcc supports -Winline (cached) no checking whether ppc_6xx-gcc supports -Wpointer-arith (cached) no checking whether ppc_6xx-gcc supports -Wno-unused-parameter (cached) no checking whether ppc_6xx-gcc supports -Wunreachable-code (cached) no checking if variable optreset is defined... (cached) no Checking for C function srandomdev()... (cached) no Checking for C type union semun... (cached) no Checking for C function lockf()... (cached) no Checking for C function semop()... (cached) no Checking for C function shmget()... (cached) no Checking for C function flock()... (cached) no checking for FSP locking type(cached) none checking for user supplied lockprefix... (cached) no checking for user supplied prefix... (cached) no checking whether to enable maintainer mode... (cached) no scons: done reading SConscript files. scons: Building targets ... ppc_6xx-gcc -o client/glob.o -c -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wfloat-equal -Wno-system-headers -Wredundant-decls -Wmissing-noreturn -pedantic -Wlong-long -Wundef -Winline -Wpointer-arith -Wno-unused-parameter -Wunreachable-code -O -DPACKAGE_VERSION=\"0.92.1\" -D_SEM_SEMUN_UNDEFINED=1 -DFSP_NOLOCKING -Iinclude client/glob.c sh: ppc_6xx-gcc: not found scons: *** [client/glob.o] Error 127 scons: building terminated because of errors. -----Original Message----- From: Radim Kolar [mailto:hs...@se...] Sent: Sun 9/13/2009 6:06 PM To: FSP developers mailing list Subject: Re: [Fsp-devel] cross-compile fsp for power pc Can you download fspclient.sf.net 0.92.1 and try to build it with scons CC=compiler? If this builds, i can possible fix building for fsp suite as well. I moved FSP to different build system, i had problems with gnu autotools because they are not much backward compatible. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fsp-devel mailing list Fsp...@li... https://lists.sourceforge.net/lists/listinfo/fsp-devel |