Forum Discussion
Altera_Forum
Honored Contributor
21 years agoinstall.ptf missing
The following error is generated whenever image (happens on ecos and linux) is tried to flash into the nios2 cyclone evaluation board. no install.ptf file found at /cygdrive/u/altera/quartus...
Altera_Forum
Honored Contributor
21 years agojava problems while generating install.ptf
I get the following message when I try to rebuild <div class='quotetop'>QUOTE </div> --- Quote Start --- make -s all Creating C:Documents... sopc_builder: unable to locate Java runtime environment at - line 417. Creating and... sopc_builder: unable to locate Java runtime environment at - line 417. Creating Settingswehrch3b.sopc_builder/install.ptf... sopc_builder: unable to locate Java runtime environment at - line 417.[/b] --- Quote End --- The clean removes install.ptf but the rule for creating it again can has problems while calling 'sopc_builder' <div class='quotetop'>QUOTE </div> --- Quote Start --- my $javax = ""; if ($jre_dir eq "") { $jre_dir = get_quartus_jre($quartus_dir); } if ($jre_dir ne "") { $javax = get_java_exe($jre_dir,$shelled); } if (! -x $javax ) { $javax = get_java_exe($sopc_builder . "/bin/jre1.4",$shelled); } if (! -x $javax ) { die "sopc_builder: unable to locate Java runtime environment"; }[/b] --- Quote End --- On the other hand if I open Quartus and the sopc_builder the install.ptf file is generated correctly. All my colleagues have the same problem. What's wrong in our installation. We use Quartus 4.2 + Service Pack 1 and Nios 1.1.0