home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / phxlnk / locale / phxlnk.cd < prev    next >
Text File  |  1977-12-31  |  2KB  |  87 lines

  1. _00 (//)
  2. \nPhxLnk Amiga DOS Linker V%d.%02d\n\
  3. Copyright 1992-95 by Frank Wille and Volker Barthelmann\n\n\
  4. Description of parameters:\n\
  5.   FROM/M\t\tObject and library modules to link\n\
  6.   TO/K\t\t\tOutput file\n\
  7.   SC=SMALLCODE/S\tCoalesce code sections\n\
  8.   SD=SMALLDATA/S\tCoalesce data and bss sections\n\
  9.   ND=NODEBUG/S\t\tIgnore Debugger informations\n\
  10.   PV=PVCOMPAT/S \tPowerVisor compatible DEBUG blocks\n\
  11.   CHIP/S\t\tForce all sections into Chip RAM\n\
  12.   PRESERVE/S\t\tPreserve empty sections\n\
  13.   B=BLINKCOMPAT/S\tBLink compatible small data offsets\n\
  14.   K1=KICK1/S\t\tKickstart 1.x compatibility\n\
  15.   MAXSECTS/K/N\t\tMaximum number of sections per unit (default %d)\n\
  16.   DEF=DEFINE/K\t\tDefine symbol\n
  17. ;
  18. _05 (5//)
  19. Minimum of three sections per unit required!\n
  20. ;
  21. _12 (12//)
  22. Object module "%s" not found !\n
  23. _13 (//)
  24. Library module "%s" not found !\n
  25. ;
  26. _15 (15//)
  27. Missing HUNK_UNIT or HUNK_LIB in "%s" !\n
  28. _16 (//)
  29. Unable to write load file !\n
  30. ;
  31. _20 (20//)
  32. HUNK_LIB without HUNK_INDEX in "%s" !\n
  33. _21 (//)
  34. HUNK_LIB in "%s" contains an unknown hunk block!\n
  35. _22 (//)
  36. HUNK_RELOC must not appear after HUNK_EXT in "%s" !\n
  37. ;
  38. _24 (24//)
  39. Small Data addressing impossible in unit "%s" of "%s" !\n\
  40. Section size exceeded 64k.\n
  41. _25 (//)
  42. Unknown XDEF type in unit "%s" of "%s" \
  43. (only ext_def and ext_abs are supported) !\n
  44. _26 (//)
  45. Unknown XREF type in unit "%s" of "%s" !\n
  46. _27 (//)
  47. Unit "%s" of file "%s" :\n\
  48. No relative addressing between different sections!\n
  49. _28 (//)
  50. Relative out of range in unit "%s" of "%s" !\n
  51. _29 (//)
  52. 8-Bit relative addressing is impossible (Unit "%s" of "%s")!\n
  53. _30 (//)
  54. At Offset $%08lx:\n
  55. ;
  56. _32 (32//)
  57. Undefined Symbols\tHunk\t\tUnit\t\tFile\n
  58. ;
  59. _34 (34//)
  60. Out of memory error !\n
  61. _35 (//)
  62. Unknown section type in unit "%s" of "%s" !\n
  63. _36 (//)
  64. Hunk "%s" cannot contain another hunk or unit\n\
  65. in unit "%s" of "%s" !\n
  66. _37 (//)
  67. Unknown hunk type in hunk "%s"\n\
  68. (Unit "%s" of "%s") !\n
  69. _38 (//)
  70. Hunk block appeared twice in hunk "%s"\n\
  71. (Unit "%s" of "%s") !\n
  72. _39 (//)
  73. Too many hunks in unit "%s" of "%s" !\n\
  74. Use MAXSECTS to resize buffer.\n
  75. ;
  76. _40 (//)
  77. Read error while reading "%s" !\n
  78. _41 (//)
  79. Unexpected end of file in "%s" !\n
  80. ;
  81. _42 (//)
  82. Illegal file name extension in "%s" (try .o, .obj or .lib)!\n
  83. ;
  84. _43 (//)
  85. Too many offsets for RELOC32SHORT! Select KICK1 switch.\n
  86. ;
  87.