2
0
Эх сурвалжийг харах

Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script.

ccrause 3 жил өмнө
parent
commit
793c157a9c

+ 1 - 1
compiler/systems/t_freertos.pas

@@ -1215,7 +1215,7 @@ begin
 
   Replace(cmdstr,'$IDF_PATH',idfpath);
   Replace(cmdstr,'$OUTPUT',outputexedir);
-  if success and not(cs_link_nolink in current_settings.globalswitches) then
+  if success then
     success:=DoExec(binstr,cmdstr,true,false);
 end;
 {$endif XTENSA}