Переглянути джерело

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 роки тому
батько
коміт
793c157a9c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/systems/t_freertos.pas

+ 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}