[buildroot 0001182]: Missing definition of jint_16/jint_32 svn (17567)

bugs at busybox.net bugs at busybox.net
Tue Jan 30 12:55:56 UTC 2007


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1182 
====================================================================== 
Reported By:                jcoppens
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   1182
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             01-28-2007 05:53 PST
Last Modified:              01-30-2007 04:55 PST
====================================================================== 
Summary:                    Missing definition of jint_16/jint_32 svn (17567)
Description: 
Definition of jint_16 and _32 is missing in flash_eraseall.c. 
(See error message below)

I tried to add #include "jffs2.h", but that produces duplicate
definitions.
(second part - below)

====================================================================== 

---------------------------------------------------------------------- 
 jcoppens - 01-28-07 20:18  
---------------------------------------------------------------------- 
Sorry, that was of course jff3.h I tried to add (not jff2.h as commented
above).
Just a typo - the problem is still there. 

---------------------------------------------------------------------- 
 bagland - 01-30-07 04:55  
---------------------------------------------------------------------- 
Removing an include path fixes the problem for me (against rev 17540):

Index: package/mtd/mtd.mk
===================================================================
--- package/mtd/mtd.mk  (revision 17540)
+++ package/mtd/mtd.mk  (working copy)
@@ -116,7 +116,7 @@
 MTD_BUILD_TARGETS := $(addprefix $(MTD_DIR)/util/, $(MTD_TARGETS_y))
 
 $(MTD_BUILD_TARGETS): $(MTD_DIR)/.unpacked
-       $(MAKE) CC=$(TARGET_CC) CFLAGS="-I$(LINUX_HEADERS_DIR)/include
-I$(MTD_DIR)/include $(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
LINUXDIR=$(LINUX_DIR) -C $(MTD_DIR)/util
+       $(MAKE) CC=$(TARGET_CC) CFLAGS="-I$(MTD_DIR)/include
$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" LINUXDIR=$(LINUX_DIR) -C
$(MTD_DIR)/util
 
 MTD_TARGETS := $(addprefix $(TARGET_DIR)/usr/sbin/, $(MTD_TARGETS_y))

Rgds,
Benjamin 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-28-07 05:53  jcoppens       New Issue                                    
01-28-07 05:53  jcoppens       Status                   new => assigned     
01-28-07 05:53  jcoppens       Assigned To               => uClibc          
01-28-07 20:18  jcoppens       Note Added: 0002065                          
01-30-07 04:55  bagland        Note Added: 0002071                          
======================================================================




More information about the uClibc-cvs mailing list