[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] m68k-atari-mint-flags and m68k-atari-mint-stack
On Mon, 2004-09-13 at 16:57, Philipp Donzé wrote:
> Hi,
>
> Where are the files m68k-atari-mint-flags and m68k-atari-mint-stack
> coming from?
> What package do I have to compile?
>
>
> Philipp
>
Here:
root@washi:/root>rpm -qf /usr/bin/stack
mintbin-0.3-3
root@washi:/root>rpm -qf /usr/bin/flags
mintbin-0.3-3
Check out the sparemint crosscompiling page. There's a mintbin rpm there. If you don't run an rpm
based linux system, just use alien to convert it to a tar.gz and then extract hte contents. Both of those
files aren't too necessary. Stack adjusts the stacksize of the program which only matters for binary
executables, libs don't have a stack AFAIK. The flags program is the same, it adjusts memory flags,
like fastram, fastload, etc, also unnecessary on a cross compiler. So if hte makefile wants it, just use
from this package.
Thanks,
Mark