mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-17 10:29:21 +02:00
* 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:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user