Fri 11 May 2007 11:48:23 PM UTC, original submission:
I'm using debian on ARM.
Here the last lines of output:
ocamlc -I src/utils/cdk -I src/utils/lib -I src/utils/ocamlrss -I src/utils/ xml-light -I src/utils/net -I tools -I src/daemon/common -I src/daemon/drive r -I src/utils/mp3tagui -I src/config/unix -I src/networks/gnutella -I src/n etworks/gnutella2 -I src/networks/fasttrack -I src/networks/fileTP -I src/net works/bittorrent -I src/networks/donkey -c src/daemon/driver/driverInterface.ml i
ocamlopt -inline 10 -I src/utils/cdk -I src/utils/lib -I src/utils/ocamlrss -I src/utils/xml-light -I src/utils/net -I tools -I src/daemon/common -I s rc/daemon/driver -I src/utils/mp3tagui -I src/config/unix -I src/networks/gnu tella -I src/networks/gnutella2 -I src/networks/fasttrack -I src/networks/fil eTP -I src/networks/bittorrent -I src/networks/donkey -c src/daemon/driver/dri verInterface.ml
/tmp/camlasmea78f9.s: Assembler messages:
/tmp/camlasmea78f9.s:4: Warning: ignoring redefinition of register alias 'sp'
/tmp/camlasmea78f9.s:5: Warning: ignoring redefinition of register alias 'lr'
/tmp/camlasmea78f9.s:6: Warning: ignoring redefinition of register alias 'pc'
ocamlopt -inline 10 -I src/utils/cdk -I src/utils/lib -I src/utils/ocamlrss -I src/utils/xml-light -I src/utils/net -I tools -I src/daemon/common -I s rc/daemon/driver -I src/utils/mp3tagui -I src/config/unix -I src/networks/gnu tella -I src/networks/gnutella2 -I src/networks/fasttrack -I src/networks/fil eTP -I src/networks/bittorrent -I src/networks/donkey -c src/daemon/driver/dri verMain.ml
/tmp/camlasm37fca9.s: Assembler messages:
/tmp/camlasm37fca9.s:4: Warning: ignoring redefinition of register alias 'sp'
/tmp/camlasm37fca9.s:5: Warning: ignoring redefinition of register alias 'lr'
/tmp/camlasm37fca9.s:6: Warning: ignoring redefinition of register alias 'pc'
ocamlopt -inline 10 -a -o build/driver.cmxa -ccopt " " -cclib "-lz " -ccl ib -lbz2 -ccopt "-pthread" src/daemon/driver/driverGraphics_nogd.cmx src/ daemon/driver/driverGraphics.cmx src/daemon/driver/driverInteractive.cmx s rc/daemon/driver/driverCommands.cmx src/daemon/driver/driverControlers.cmx src/daemon/driver/driverInterface.cmx src/daemon/driver/driverMain.cmx
ocamlopt -inline 10 -linkall -o mlnet \
unix.cmxa str.cmxa -ccopt " " -cclib "-lz " -cclib -lbz2 -ccopt "-pthread" \
\
\
-cc 'gpp ' -ccopt '' \
\
-I build build/cdk.cmxa build/magic.cmxa build/common.cmxa build/cli ent.cmxa build/core.cmxa build/driver.cmxa src/daemon/common/commonMain .cmx
/tmp/camlstartup1119a7.s: Assembler messages:
/tmp/camlstartup1119a7.s:4: Warning: ignoring redefinition of register alias 'sp '
/tmp/camlstartup1119a7.s:5: Warning: ignoring redefinition of register alias 'lr '
/tmp/camlstartup1119a7.s:6: Warning: ignoring redefinition of register alias 'pc '
Usage : gpp [-{o|O} outfile] [-I/include/path] [-Dname=val ...] [-z] [-x] [-m]
[-n] [-C | -T | -H | -X | -P | -U ... [-M ...]] [+c<n> str1 str2]
[+s<n> str1 str2 c] [long options] [infile]
default: #define x y macro(arg,...)
-C : maximum cpp compatibility (includes -n, +c, +s, ...)
-T : TeX-like \define{x}{y} \macro{arg}{...}
-H : HTML-like <#define x|y> <#macro arg|...>
-X : XHTML-like <#define x|y/> <#macro arg|.../>
-P : prolog compatible cpp-like mode
-U : user-defined syntax (specified in 9 following args; see manual)
-M : user-defined syntax for meta-macros (specified in 7 following args)
-o : output to outfile
-O : output to outfile and stdout
-z : line terminator is CR-LF (MS-DOS style)
-x : enable #exec built-in macro
-m : enable automatic mode switching upon including .h/.c files
-n : send LF characters serving as macro terminators to output
+c : use next 2 args as comment start and comment end sequences
+s : use next 3 args as string start, end and quote character
Long options:
--include file : process file before infile
--nostdinc : don't search standard directories for files to include
--nocurinc : don't search the current directory for files to include
--curdirinclast : search the current directory last
--warninglevel n : set warning level
--includemarker formatstring : keep track of #include directives in output
--version : display version information and exit
-h, --help : display this message and exit
Error during linking
make: *** [mlnet] Error 2
|