* CompilerDriver_iosacl_run.cpp (CompilerDriver_iosacl::run):

fixed bug (no #): compiler for iosacl failed to open output file
because of the wrong path.
This commit is contained in:
Vadim Kurland
2009-12-28 01:17:29 +00:00
parent 2398f59273
commit 53a7c31567
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 2281
#define BUILD_NUM 2282
+4
View File
@@ -1,5 +1,9 @@
2009-12-27 vadim <vadim@vk.crocodile.org>
* CompilerDriver_iosacl_run.cpp (CompilerDriver_iosacl::run):
fixed bug (no #): compiler for iosacl failed to open output file
because of the wrong path.
* pfAdvancedDialog.cpp (pfAdvancedDialog::pfAdvancedDialog): fixed
SF bug #2919941 "Wrong optimization flag for PF". If "For high
latency" is selected the compiler outputs the following value for
+1 -1
View File
@@ -326,7 +326,7 @@ string CompilerDriver_iosacl::run(const std::string &cluster_id,
// different from wdir and different from the current dir
// at this point because we do chdir to the directory
// defined by the -d command line option
QFileInfo new_finfo(start_current_dir, fw_file_name);
QFileInfo new_finfo(start_current_dir, ofname);
ofname = new_finfo.absoluteFilePath();
}