public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target
@ 2014-05-12  5:54 Heiko Schocher
  2014-05-12 11:01 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Schocher @ 2014-05-12  5:54 UTC (permalink / raw)
  To: u-boot

compiling env tools for the target leads with current u-boot
in following compile error:

$ make CROSS_COMPILE=powerpc-linux- env
make[1]: *** Keine Regel vorhanden, um das Target ?tools/env/aes.c?,
  ben?tigt von ?tools/env/aes.o?, zu erstellen.  Schluss.
make: *** [env] Fehler 2
$

Fix it!

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>

---
 tools/env/aes.c | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/env/aes.c

diff --git a/tools/env/aes.c b/tools/env/aes.c
new file mode 100644
index 0000000..9e42679
--- /dev/null
+++ b/tools/env/aes.c
@@ -0,0 +1 @@
+#include "../../lib/aes.c"
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target
  2014-05-12  5:54 [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target Heiko Schocher
@ 2014-05-12 11:01 ` Marek Vasut
  2014-05-12 11:50   ` Heiko Schocher
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-05-12 11:01 UTC (permalink / raw)
  To: u-boot

On Monday, May 12, 2014 at 07:54:49 AM, Heiko Schocher wrote:
> compiling env tools for the target leads with current u-boot
> in following compile error:
> 
> $ make CROSS_COMPILE=powerpc-linux- env
> make[1]: *** Keine Regel vorhanden, um das Target ?tools/env/aes.c?,
>   ben?tigt von ?tools/env/aes.o?, zu erstellen.  Schluss.
> make: *** [env] Fehler 2
> $
> 
> Fix it!

Look at '[PATCH] tools: env: Add aes.c placeholder' ,
Message-Id: <1398678990-7725-1-git-send-email-marex@denx.de> ,
that one fixes it too :)

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target
  2014-05-12 11:01 ` Marek Vasut
@ 2014-05-12 11:50   ` Heiko Schocher
  0 siblings, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2014-05-12 11:50 UTC (permalink / raw)
  To: u-boot

Hello Marek,

Am 12.05.2014 13:01, schrieb Marek Vasut:
> On Monday, May 12, 2014 at 07:54:49 AM, Heiko Schocher wrote:
>> compiling env tools for the target leads with current u-boot
>> in following compile error:
>>
>> $ make CROSS_COMPILE=powerpc-linux- env
>> make[1]: *** Keine Regel vorhanden, um das Target ?tools/env/aes.c?,
>>    ben?tigt von ?tools/env/aes.o?, zu erstellen.  Schluss.
>> make: *** [env] Fehler 2
>> $
>>
>> Fix it!
>
> Look at '[PATCH] tools: env: Add aes.c placeholder' ,
> Message-Id:<1398678990-7725-1-git-send-email-marex@denx.de>  ,
> that one fixes it too :)

Oh, overlooked this fix, thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-12 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  5:54 [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target Heiko Schocher
2014-05-12 11:01 ` Marek Vasut
2014-05-12 11:50   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox