[#4777] microwin build error: make[4]: *** No rule to make target `-lfreetype'
Submitted By: Yi Li
Open Date
2009-01-07 05:04:09 Close Date
2009-01-20 23:26:38
Priority:
Medium Assignee:
Nobody
Status:
Closed Fixed In Release:
N/A
Found In Release:
N/A Release:
svn trunk
Category:
N/A Board:
STAMP
Processor:
BF537 Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
4.12 (ADI svn)
App binary format:
N/A
Summary: microwin build error: make[4]: *** No rule to make target `-lfreetype'
Details:
Got build error:
"make[4]: *** No rule to make target `-lfreetype', needed by `/home/adam/workspace/local_svn/kernel_svn/537/uclinux-dist/user/microwin/src/bin/nano-X'. Stop."
--- trunk/user/microwin/src/config 2009-01-07 08:42:27 UTC (rev 7546)
+++ trunk/user/microwin/src/config 2009-01-07 08:45:50 UTC (rev 7547)
@@ -182,7 +182,7 @@
####################################################################
HAVE_FREETYPE_2_SUPPORT = Y
INCFT2LIB = $(STAGEDIR)/usr/include
-LIBFT2LIB = -lfreetype -lz
+LIBFT2LIB = $(STAGEDIR)/usr/lib/libfreetype.so $(STAGEDIR)/usr/lib/libz.so
Seems to fix this.
Follow-ups
--- Yi Li 2009-01-20 23:26:38
fixed this after changing nanox makefile.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found