From: Guillem Jover <guillem@hadrons.org>
To: grub-devel@gnu.org
Subject: Re: Building on the AMD64
Date: Wed, 21 Sep 2005 11:26:59 +0300 [thread overview]
Message-ID: <20050921082659.GA23629@zulo.hadrons.org> (raw)
In-Reply-To: <87oe6nlt7j.fsf@student.han.nl>
Hi,
On Tue, Sep 20, 2005 at 04:17:04PM +0200, Marco Gerards wrote:
> What I didn't do is testing the result on an AMD64 box, I will do that
> later (it means rebooting my desktop, which I prefer not to do that
> often...). There are some warnings on the AMD64 that do not show up
> on the PC. I have included all warnings in this email. Especially
> the warnings about the differ in signedness confuses me, I hope
> someone else knows where it comes from and how to solve it.
The grub_str* functions are taking 'char *' arguments, but in some
cases in the code they are given 'usigned char *' for example. 'char'
is not guaranteed to be signed or usigned on a given architecture, so
for strings it should not be specified.
> 2005-09-20 Marco Gerards <mgerards@xs4all.nl>
...
> * conf/i386-pc.rmk (COMMON_CFLAGS): Add `-m32'.
> (COMMON_LDFLAGS): New variable.
> (kernel_img_LDFLAGS): Include `COMMON_FLAGS'.
> (_chain_mod_LDFLAGS, fshelp_mod_LDFLAGS, fat_mod_LDFLAGS,
This should end with ')'.
regards,
guillem
next prev parent reply other threads:[~2005-09-21 8:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-20 14:17 Building on the AMD64 Marco Gerards
2005-09-20 17:15 ` Yoshinori K. Okuji
2005-09-20 18:24 ` Marco Gerards
2005-09-21 8:26 ` Guillem Jover [this message]
2005-09-21 14:55 ` Marco Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050921082659.GA23629@zulo.hadrons.org \
--to=guillem@hadrons.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.