All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <promsoft@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] SMDKV310: Fix host compilation of mkv310_image
Date: Wed, 13 Jul 2011 17:53:43 +0900	[thread overview]
Message-ID: <CALrBrZ1Ouq3=YF7ZLT-KGLLasVE52MPK206FoW0Ut6j_kuPk4w@mail.gmail.com> (raw)
In-Reply-To: <CANuQgHFXxaVHu=HgpK2xRUO5m0hZSQevKp31mGQuT6ZXkk2RDQ@mail.gmail.com>

Dear Dirk Behme,

On 12 July 2011 16:20, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> On 12 July 2011 00:19, Dirk Behme <dirk.behme@googlemail.com> wrote:
>> From: Dirk Behme <dirk.behme@googlemail.com>
>>
>> Fix compilation of mkv310_image host tool
>>
>> tools/mkv310_image.c: In function 'main':
>> tools/mkv310_image.c:67: error: 'S_IRUSR' undeclared (first use in this function)
>> tools/mkv310_image.c:67: error: (Each undeclared identifier is reported only once
>> tools/mkv310_image.c:67: error: for each function it appears in.)
>> tools/mkv310_image.c:67: error: 'S_IWUSR' undeclared (first use in this function)
>> tools/mkv310_image.c:67: error: 'S_IRGRP' undeclared (first use in this function)
>> tools/mkv310_image.c:67: error: 'S_IWGRP' undeclared (first use in this function)
>> tools/mkv310_image.c:67: error: 'S_IROTH' undeclared (first use in this function)
>> tools/mkv310_image.c:67: error: 'S_IWOTH' undeclared (first use in this function)
>>
>> resulting from a 'make smdkv310_config'.
>>
>> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
>>
>> ---
>> Changes in v2: Use sys/stat.h instead of linux/stat.h
>>
>> Note: mkv310_image is compiled for the host by the host's gcc:
>>
>> cd mmc_spl/board/samsung/smdkv310
>> gcc tools/mkv310_image.c -o tools/mkv310_mmc_spl_exec
>>
>> ?mmc_spl/board/samsung/smdkv310/tools/mkv310_image.c | ? ?1 +
>> ?1 file changed, 1 insertion(+)
>>

applied to u-boot-samsung.

Please use "git format-patch" to make patches.

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net

  reply	other threads:[~2011-07-13  8:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 18:49 [U-Boot] [PATCH v2] SMDKV310: Fix host compilation of mkv310_image Dirk Behme
2011-07-12  7:20 ` Chander Kashyap
2011-07-13  8:53   ` Minkyu Kang [this message]
2011-08-05 19:24     ` Dirk Behme

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='CALrBrZ1Ouq3=YF7ZLT-KGLLasVE52MPK206FoW0Ut6j_kuPk4w@mail.gmail.com' \
    --to=promsoft@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.