From: Artem Bityutskiy <dedekind1@gmail.com>
To: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
Cc: linux-mtd@lists.infradead.org
Subject: Re: error cross compiling ubi-utils
Date: Sun, 09 Aug 2009 10:31:58 +0300 [thread overview]
Message-ID: <4A7E7B6E.2050808@gmail.com> (raw)
In-Reply-To: <4A6FFFEE.9070108@aimvalley.nl>
On 07/29/2009 10:53 AM, Norbert van Bolhuis wrote:
>
> This happens with current git tree (git://git.infradead.org/mtd-utils.git)
>
> building for HOST (i686, FC6) works fine.
> cross compiling (for powerpc) fails because of this error:
>
> /swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/bin/powerpc-e300c3-linux-gcc
> -Iinclude -Isrc -I../include -D_FILE_OFFSET_BITS=64 -O2 -g -Wall -Wextra
> -Wwrite-strings -Wno-sign-compare -c -o
> /home/nvbolhuis/new_83xx_kernel/ubi_utilities3_cross/mtd-utils//swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/bin/powerpc-e300c3-linux/ubi-utils/libubi.o
> src/libubi.c -g
> -Wp,-MD,/home/nvbolhuis/new_83xx_kernel/ubi_utilities3_cross/mtd-utils//swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/bin/powerpc-e300c3-linux/ubi-utils/.libubi.c.dep
>
> In file included from include/libubi.h:29,
> from src/libubi.c:33:
> ../include/mtd/ubi-media.h:149: error: expected specifier-qualifier-list
> before '__be32'
> ../include/mtd/ubi-media.h:269: error: expected specifier-qualifier-list
> before '__be32'
> ../include/mtd/ubi-media.h:356: error: expected specifier-qualifier-list
> before '__be32'
> make[1]: ***
> [/home/nvbolhuis/new_83xx_kernel/ubi_utilities3_cross/mtd-utils//swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/bin/powerpc-e300c3-linux/ubi-utils/libubi.o]
> Error 1
> make[1]: Leaving directory
> `/home/nvbolhuis/new_83xx_kernel/ubi_utilities3_cross/mtd-utils/ubi-utils'
> make: *** [subdirs_ubi-utils_all] Error 2
>
> To cross compile I set
> CROSS=/swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/bin/powerpc-e300c3-linux-
>
> and issued make in mtd-utils directory.
>
> The problem is that my powerpc cross compiler (gcc-2.7) doesn't define
> __be32 (nor __be16 and __be64) in
> the standard system headers
> (/swdev/tools/linuxppc/gcc-4.2.4-glibc-2.7/powerpc-e300c3-linux/powerpc-e300c3-linux/sys-include/asm/types.h).
>
>
> For the HOST build "/usr/include/linux/types.h" is used which does
> define __be64/__be32/__be16.
>
> I guess mtd-utils/include/mtd/ubi-media.h should use __u64/__u32/__u16 ?
I believe new kernels export these types via their headers, and you just
have an old kernel. You could try to make mtd-utils be independent of
these types.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
next prev parent reply other threads:[~2009-08-09 7:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 7:53 error cross compiling ubi-utils Norbert van Bolhuis
2009-08-09 7:31 ` Artem Bityutskiy [this message]
2009-08-11 13:19 ` Norbert van Bolhuis
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=4A7E7B6E.2050808@gmail.com \
--to=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
--cc=nvbolhuis@aimvalley.nl \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).