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

Re: [MiNT] XaAES working ?



=?ISO-8859-1?Q?Vincent_Rivi=E8re?= wrote:

> Helmut Karlowski wrote:
> >> Bad guess. I have checked, xaaes040.km is linked with the m68020-60/mshort=20
> >> GemLib, as expected.
> >
> > How do you check this?
>
> I said that dozens of times...
> - Make some executable as usual.
> - Go to the right build directory (see last exiting messages).
> - Copy/Paste exactly the last GCC command line used to build the
> executable, as displayed by make.
> - Add -Wl,-t to the command line and press Enter.
> - The executable will be linked again, and the exact list of the used
> object files will be displayed, including the ones from the libraries.
> You can see the absolute path of each used library.

Yes - thanks, but I meant how do you check this in an existing binary (like the one you get from freemint.org)?

> By the way, the above method shown that some functions from libkern were
> linked into xaaes.km, this is a bad smell. I believe they should be
> dynamically linked at runtime.

Make a list. Maybe this can save 1500 bytes.

> Still the same error...
> Maybe something is wrong with Alan's build ? Or something important has
> changed yesterday in the sources ? I hope this is not a random problem.

It's the wrong libgem.


-Helmut