<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 26 Apr 2013, at 23:38, Torsten Bonde Christiansen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">On 2013-04-26 22:53, Jonas Maebe wrote:<br><blockquote type="cite"><br></blockquote><blockquote type="cite">On 26 Apr 2013, at 22:37, Torsten Bonde Christiansen wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">I'm trying to follow this guide:http://wiki.freepascal.org/FPC_JVM/Building<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">But when i reach the point where i do the actual compilation fail<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">with the following output:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">torsten@epidata:~/FreePascal/fpc-trunk$ make all crossinstall CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=android INSTALL_PREFIX=~/fpc<br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">This command does not match what is written on the wiki page you refer to above.<br></blockquote>True, but i thought that the order of defines and make targets didn't matte? The only other part i left out was the FPCMAKE, but since<br>the fpcmake i created i now located where the old one used to be I do not think that should matter either?<br></span></blockquote><div><br></div><div>Yes, then it should not matter.</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><blockquote type="cite"><blockquote type="cite">make: -iVSPTPSOTO: Command not found<br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">This means that no fpc binary can be found in the path. This error is unrelated to building the JVM compiler specifically, it will happen regardless of what kind of compiler you try to build. Did you perform a standard installation of FPC 2.6.2 and is its installation directory in your path?<br></blockquote>I build fpc from scratch with my own settings,</span></blockquote><div><br></div><div>That is not supported. Only official full install are supported. The reason is because otherwise you run into problems like the ones you are having.</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">but all is installed into ~/fpc/...<br>My path contains ~/fpc/bin in which i symlink to the different compilers and crosscompilers.<br></span></blockquote><div><br></div><div>The question was whether you have an "fpc" binary in your path (i.e., a program literally called "fpc"). If not, you have to explicitly specify the compiler to use via FPC=/full/path/to/ppc386 (or ppcx64, or ppcppc, etc depending on what your host platform is).</div></div><div><br></div><div>But again: only full official FPC installs are supported. If you keep getting problems, or ever have problems again in the future, please first install an official FPC release and try again. If you absolutely insist on not doing that (please do it anyway), at the very least mention that in every request for help when something doesn't work.</div><br><div><br></div><div>Jonas</div></body></html>