From: Alex P. <pes...@ma...> - 2010-09-24 06:33:13
|
On 09/23/10 18:10, Tagangout, Abderrahim wrote: > > Hi Alex, > i try what you say, but i become an error. > > ../gen/firebird/bin/gpre_current -r -m -z -n ../src/dsql/array.epp ../temp/superclient/dsql/array.cpp > make: ../gen/firebird/bin/gpre_current: Kommando nicht gefunden > make: *** [../temp/superclient/dsql/array.cpp] Fehler 127 > abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ > > The error say, that the command "gpre_current" not found. don't forget that i delete all compilate under /gen/firebird/bin/* Yes, I see. I've supposed that preprocessed (converted by gpre from epp to cpp) files will remain here. Well, start x86 build in another directory. After the end of build you will have gen/firebird/bin/gpre_current present in that directory. Even if there is no temp/superclient/dsql/array.cpp there, just repeat required command (i.e. ../gen/firebird/bin/gpre_current -r -m -...........) in gen of x86 tree, and copy cpp file to avr tree. You will have to do it for 2 or 3 files, don't worry too much :-) I understand that this is very far from ideal, but we never had a purpose to support cross-compile. |