[U-Boot] [PATCH] (unicode test) test.c: In function ‘main’:

Mike Frysinger vapier at gentoo.org
Tue Apr 28 19:05:54 CEST 2009


please ignore ...

test.c:1: warning: implicit declaration of function ‘foo’
/tmp/ccelkAwh.o: In function `main':
test.c:(.text+0x12): undefined reference to `foo'
collect2: ld returned 1 exit status
moo
---
 foo |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 foo

diff --git a/foo b/foo
new file mode 100644
index 0000000..6ef6f96
--- /dev/null
+++ b/foo
@@ -0,0 +1,5 @@
+test.c: In function ‘main’:
+test.c:1: warning: implicit declaration of function ‘foo’
+/tmp/ccelkAwh.o: In function `main':
+test.c:(.text+0x12): undefined reference to `foo'
+collect2: ld returned 1 exit status
-- 
1.6.2.3



More information about the U-Boot mailing list