<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi!<br>
I'm trying to build cacao in chinook_x86 (chinook_arm is the next step). Cacao
requires GNU classpath which in turn requires ecj. ecj depends on gcj and
surprisingly enough on some stage of building ecj it tries to use itself
through gcc(gcj) invocation:<br>
<br>
building files in build/bin/ecj-sources.ag ...<br>
gcj-4.2 -d build/bin -C -g -I/usr/share/ant/lib/ant.jar -Ibuild/bin
build/bin/org/eclipse/jdt/internal/compiler/codegen/CharArrayCache.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/FloatCache.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/IntegerCache.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/AttributeNamesConstants.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/ObjectCache.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/CaseLabel.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/DoubleCache.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/CachedIndexEntry.java
build/bin/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java
build/bin/org/eclipse/jdt/internal/compiler/CompilationResult.java
build/bin/org/eclipse/jdt/internal/compiler/impl/IntConstant.java build/bin/org/eclipse/jdt/internal/compiler/impl/LongConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/DoubleConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/BooleanConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/FloatConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/ShortConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/ByteConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
build/bin/org/eclipse/jdt/internal/compiler/impl/ITypeRequestor.java
build/bin/org/eclipse/jdt/internal/compiler/impl/Constant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/StringConstant.java
build/bin/org/eclipse/jdt/internal/compiler/impl/ReferenceContext.java<br>
Using built-in specs.<br>
Target: i686-pc-linux-gnu<br>
Configured with: ../src/configure<br>
Thread model: posix<br>
gcc version 4.2.2<br>
ecj1 /var/tmp/cccEGzPhjx -g
-fbootclasspath=/usr/share/ant/lib/ant.jar:build/bin/:./:/targets/CHINOOK_X86/usr/local/bin/../lib/gcc/../../share/java/libgcj-4.2.2.jar
-ffilelist-file -foutput-class-dir=build/bin -g -fsource=1.5 -ftarget=1.5
-fzip-dependency /var/tmp/ccSYx1Kp.zip<br>
gcj-4.2: error trying to exec '<font color=red><span style='color:red'>ecj1</span></font>':
execvp: No such file or directory<br>
make: *** [build/stamp-bytecode] Error 1<br>
[sbox-CHINOOK_X86: ~/jalimo/ecj-3.3.0+0728] ><br>
<br>
Why this strange cross dependency exists?<br>
Any advices/instructions on how to build ecj?<br>
<br>
Thank you!</span></font><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p></o:p></span></font></p>
</div>
</body>
</html>