[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] broken makefile for HypView?



17 okt 2011 kl. 20:11 skrev Vincent Rivière:
> It fails:
> m68k-atari-mint-stack: not a valid stack size: ``=128K''
> 
> That's weird.

Very. This is my output w. original makefile (broken in my very personal opinion :-) ). I'm using the GCC cross tools for Darwin (ripped via your page).

	m68k-atari-mint-stack -S128K hyp_view.app
	m68k-atari-mint-stack: stack size ``128K'' out of range: overflow in number

If I change the '-S128K' into '-S=128k', I actually get the very same output (my bad). In fact, no matter how I rephrase the stack statement in the makefile I get the same behavior. Darwin + crosstools issue, perhaps?

-- PeP