[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES working ?
- To: mint@lists.fishpool.fi
- Subject: Re: [MiNT] XaAES working ?
- From: Vincent Rivière <vincent.riviere@freesbee.fr>
- Date: Wed, 30 Mar 2011 10:44:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=muMv1f+0vO3q4ZHTT5+/09tDEma19QZmN1scz0E8WDI=; b=lmle1Ru/Yo3y1KhnUsYlMrsrc2DZSv3/0/l3RBHosM61SGOF4ju5J8CIQ9RXoAjQo1 pvvruBYBuuzvBYRCV77RNi/0ldEsESTaVH4VSQqxue/nHniFo0qAz03yasPt8xBV2VLz xDzJR961lAbDuogHFBCjHceWblkSc2GX/b/hM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vHnCYytKYOeGCJvxl3dLzwDY4IQNQKvX2dcLjFp4RAxTDPVZ+tUG2GWDN5PeKmnULW IaL4rI1BBoP5Qra8fS6MAoUZv8t+HjL81nPX+jT17M0TQmqnKxcgpf5put56xvUcSXfJ bYGgQ4H39QUxnic85dWIxd/Y4m5ZCzznJjCxA=
- In-reply-to: <741725.649076642-sendEmail@descaro>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <741725.649076642-sendEmail@descaro>
- Sender: mint-bounce@lists.fishpool.fi
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
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.
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.
What about the download-trunk from freemint.org?
I didn't tried it yesterday (when everything worked). But that one
failed the day before.
With Alans build I still get
Physical work station opened: 1
Virtual work station opened: 2
'AESSYS': fatal error: 10
Cleaning up ready to exit....
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.
--
Vincent Rivière