Ticket #47 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Modification of A68k to compile PedroM =< 0.81

Reported by: Folco Owned by:
Priority: minor Milestone:
Component: toolchain-a68k Version: 0.96
Keywords: A68k PedroM Cc:

Description

PedroM =< 0.81 can't be compiled with the current version of A68k. PpHd? had given to me a modified binary of the soft which allows to do the stuff, but would it be possible to port that in the next version ? (Y still needed to compile PedroM 0.81 two days ago).

Change History

comment:1 Changed 3 years ago by PpHd

The patch I had applied for PedroM 0.81: --- A68kdef.h~ 2006-07-27 18:26:36.000000000 +0200 +++ A68kdef.h 2009-06-23 19:51:26.000000000 +0200 @@ -107,7 +107,7 @@

#if 1 /* Same settings for all platforms -- Kevin Kofler, v.2.71.F3s */

/*defined(WIN32)
defined(linux)*/ /* (TIGCC) no need to save memory under Win32 */

/* no need to save memory under GNU/Linux either (Kevin Kofler, v.2.71.F3c) */

-#define MAXLINE 256 /* Longest source line +#define MAXLINE 65536 /* Longest source line

Increased by Paul Froissart */

#define MAXFN 259 /* Maximum length of file name

Increased by Kevin Kofler */

I don't remeber if it was needed for PedroM 0.80.

comment:2 Changed 3 years ago by Folco

  • Milestone Version 1.00 deleted

comment:3 Changed 3 years ago by Folco

Ok, there is just MAXLINE to increase. BTW, who have the permission to access sources to apply something like that ?

comment:4 Changed 3 years ago by debrouxl

  • Status changed from new to closed
  • Resolution set to fixed

Merged as part of r1327.

Note: See TracTickets for help on using tickets.