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

Re: [MiNT] Wrong basepage pointer?



Hi,

On torstai 03 tammikuu 2013, Vincent Rivière wrote:
> The good news is that the vbcc linker can produce both formats using the
> appropriate options.

And vlink understands a.out object files so one could use gcc otherwise
(which produces faster code and has less bugs based on my own testing).

The linker options one should use in the VBCC config file for the linker,
or give directly to it are:
* "-bataritos" -- for the old (DRI?) format
* "-boutmint" -- for a.out output


	- Eero