Jelajahi Sumber

* use the .ihx file name, instead of .elf for the z80-embedded output, because it is in Intel hex
format, not ELF

git-svn-id: branches/z80@44608 -

nickysn 5 tahun lalu
induk
melakukan
6dcc12f19b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      compiler/systems/t_embed.pas

+ 1 - 1
compiler/systems/t_embed.pas

@@ -1996,7 +1996,7 @@ function TlinkerEmbedded_SdccSdld.MakeExecutable: boolean;
     StripStr:='';
     mapstr:='';
     DynLinkStr:='';
-    FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.elf')));
+    FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.ihx')));
 
 (*    GCSectionsStr:='--gc-sections';
     //if not(cs_link_extern in current_settings.globalswitches) then