From: Matthew Percival <matthew@capgo.com>
To: Linux OMAP Open Source <linux-omap-open-source@linux.omap.com>
Subject: RE: Toolchain select
Date: Mon, 09 Jan 2006 08:48:51 +1100 [thread overview]
Message-ID: <1136756932.8961.3.camel@localhost.localdomain> (raw)
In-Reply-To: <43be5ef9.0fd71e2d.4479.ffff8514@mx.gmail.com>
G'Day,
> The error of building u-boot is "No rule to make target `hello_world.srec',
> needed by `all'" and the error of building kernel 2.6.15-omap1 is syntax
> error in touchscreen.
That is a make error, not a toolchain one: make does not have a rule to
make the said file, and so does not know what to do. That likely
indicates that it is a file that either should already be there, or
created by an earlier process (eg running 'make something_config' type
operations). In this case, I can see the file in my examples/
directory, so likely there is something wrong with your process. Make
sure you have followed the steps for compiling u-boot correctly, as you
do not compile it the same as with most programs.
-- Matthew
next prev parent reply other threads:[~2006-01-08 21:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-05 13:38 Toolchain select Li Weichen
2006-01-05 22:00 ` Matthew Percival
2006-01-06 12:13 ` Li Weichen
2006-01-08 21:48 ` Matthew Percival [this message]
2006-01-09 2:10 ` Li Weichen
2006-01-09 3:06 ` Matthew Percival
2006-01-09 3:23 ` Li Weichen
2006-01-09 18:32 ` Khem Raj
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=1136756932.8961.3.camel@localhost.localdomain \
--to=matthew@capgo.com \
--cc=linux-omap-open-source@linux.omap.com \
/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