| Anonymous | Login | Signup for a new account | 11-10-2008 11:15 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001351 | [BusyBox] Documentation | minor | always | 05-17-07 03:22 | 02-13-08 09:32 | ||||
| Reporter | nnewbie | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | 1.2.x | ||||||
| Summary | 0001351: cross compile for Panasonic MN10300 problem | ||||||||
| Description |
i am trying to cross compile 1.00, 1.1, 1.2 and 1.5. i have problem on busybox. for v1.00 and 1.2.2 i can successfully compiled with some minor warnings, however when i run the binary on the panasonic uniphier MN10300 processor. v1.00 when i ran ./busybox top kernal panic and need restart the processor. the best i got is v1.2.2 so below scenario is done with v1.2.2 for ./busybox ps ./busybox top ./busybox whoami i have error message such like "PID xx killed by signal 7" as i investigate signal 7 is SIGBUS. i am not quite sure what SIGBUS is. and i did a detail debugging on top.c i found the problem occurs when the program called procs_scan () i search through internet and found procs_scan is defined in procs.c in libbb directory. but i have no idea how to fix it. i need help on it. second i try to play v1.5 when i try to do "make menuconfig" and it returns tons of warning such as below ============ /boot/config-2.6.9-1.667:2050:warning: trying to assign nonexistent symbol SND_EMU10K1 /boot/config-2.6.9-1.667:2051:warning: trying to assign nonexistent symbol SND_KORG1212 /boot/config-2.6.9-1.667:2052:warning: trying to assign nonexistent symbol SND_MIXART /boot/config-2.6.9-1.667:2053:warning: trying to assign nonexistent symbol SND_NM256 /boot/config-2.6.9-1.667:2054:warning: trying to assign nonexistent symbol SND_RME32 /boot/config-2.6.9-1.667:2055:warning: trying to assign nonexistent symbol SND_RME96 /boot/config-2.6.9-1.667:2056:warning: trying to assign nonexistent symbol SND_RME9652 /boot/config-2.6.9-1.667:2057:warning: trying to assign nonexistent symbol SND_HDSP /boot/config-2.6.9-1.667:2058:warning: trying to assign nonexistent symbol SND_TRIDENT /boot/config-2.6.9-1.667:2059:warning: trying to assign nonexistent symbol SND_YMFPCI /boot/config-2.6.9-1.667:2060:warning: trying to assign nonexistent symbol SND_ALS4000 /boot/config-2.6.9-1.667:2061:warning: trying to assign nonexistent symbol SND_CMIPCI /boot/config-2.6.9-1.667:2062:warning: trying to assign nonexistent symbol SND_ENS1370 /boot/config-2.6.9-1.667:2063:warning: trying to assign nonexistent symbol SND_ENS1371 /boot/config-2.6.9-1.667:2064:warning: trying to assign nonexistent symbol SND_ES1938 /boot/config-2.6.9-1.667:2065:warning: trying to assign nonexistent symbol SND_ES1968 /boot/config-2.6.9-1.667:2066:warning: trying to assign nonexistent symbol SND_MAESTRO3 /boot/config-2.6.9-1.667:2067:warning: trying to assign nonexistent symbol SND_FM801 /boot/config-2.6.9-1.667:2068:warning: trying to assign nonexistent symbol SND_FM801_TEA575X /boot/config-2.6.9-1.667:2069:warning: trying to assign nonexistent symbol SND_ICE1712 /boot/config-2.6.9-1.667:2070:warning: trying to assign nonexistent symbol SND_ICE1724 /boot/config-2.6.9-1.667:2071:warning: trying to assign nonexistent symbol SND_INTEL8X0 /boot/config-2.6.9-1.667:2072:warning: trying to assign nonexistent symbol SND_INTEL8X0M /boot/config-2.6.9-1.667:2073:warning: trying to assign nonexistent symbol SND_SONICVIBES /boot/config-2.6.9-1.667:2074:warning: trying to assign nonexistent symbol SND_VIA82XX /boot/config-2.6.9-1.667:2075:warning: trying to assign nonexistent symbol SND_VX222 /boot/config-2.6.9-1.667:2080:warning: trying to assign nonexistent symbol SND_USB_AUDIO /boot/config-2.6.9-1.667:2081:warning: trying to assign nonexistent symbol SND_USB_USX2Y /boot/config-2.6.9-1.667:2086:warning: trying to assign nonexistent symbol SND_VXPOCKET /boot/config-2.6.9-1.667:2087:warning: trying to assign nonexistent symbol SND_VXP440 /boot/config-2.6.9-1.667:2088:warning: trying to assign nonexistent symbol SND_PDAUDIOCF /boot/config-2.6.9-1.667:2093:warning: trying to assign nonexistent symbol SOUND_PRIME /boot/config-2.6.9-1.667:2098:warning: trying to assign nonexistent symbol USB /boot/config-2.6.9-1.667:2099:warning: trying to assign nonexistent symbol USB_DEBUG /boot/config-2.6.9-1.667:2104:warning: trying to assign nonexistent symbol USB_DEVICEFS /boot/config-2.6.9-1.667:2105:warning: trying to assign nonexistent symbol USB_BANDWIDTH /boot/config-2.6.9-1.667:2106:warning: trying to assign nonexistent symbol USB_DYNAMIC_MINORS /boot/config-2.6.9-1.667:2107:warning: trying to assign nonexistent symbol USB_SUSPEND /boot/config-2.6.9-1.667:2108:warning: trying to assign nonexistent symbol USB_OTG /boot/config-2.6.9-1.667:2113:warning: trying to assign nonexistent symbol USB_EHCI_HCD /boot/config-2.6.9-1.667:2114:warning: trying to assign nonexistent symbol USB_EHCI_SPLIT_ISO /boot/config-2.6.9-1.667:2115:warning: trying to assign nonexistent symbol USB_EHCI_ROOT_HUB_TT /boot/config-2.6.9-1.667:2116:warning: trying to assign nonexistent symbol USB_OHCI_HCD /boot/config-2.6.9-1.667:2117:warning: trying to assign nonexistent symbol USB_UHCI_HCD /boot/config-2.6.9-1.667:2122:warning: trying to assign nonexistent symbol USB_AUDIO /boot/config-2.6.9-1.667:2127:warning: trying to assign nonexistent symbol USB_MIDI /boot/config-2.6.9-1.667:2128:warning: trying to assign nonexistent symbol USB_ACM /boot/config-2.6.9-1.667:2129:warning: trying to assign nonexistent symbol USB_PRINTER /boot/config-2.6.9-1.667:2130:warning: trying to assign nonexistent symbol USB_STORAGE /boot/config-2.6.9-1.667:2131:warning: trying to assign nonexistent symbol USB_STORAGE_DEBUG /boot/config-2.6.9-1.667:2132:warning: trying to assign nonexistent symbol USB_STORAGE_RW_DETECT /boot/config-2.6.9-1.667:2133:warning: trying to assign nonexistent symbol USB_STORAGE_DATAFAB /boot/config-2.6.9-1.667:2134:warning: trying to assign nonexistent symbol USB_STORAGE_FREECOM /boot/config-2.6.9-1.667:2135:warning: trying to assign nonexistent symbol USB_STORAGE_ISD200 /boot/config-2.6.9-1.667:2136:warning: trying to assign nonexistent symbol USB_STORAGE_DPCM /boot/config-2.6.9-1.667:2137:warning: trying to assign nonexistent symbol USB_STORAGE_HP8200e /boot/config-2.6.9-1.667:2138:warning: trying to assign nonexistent symbol USB_STORAGE_SDDR09 /boot/config-2.6.9-1.667:2139:warning: trying to assign nonexistent symbol USB_STORAGE_SDDR55 /boot/config-2.6.9-1.667:2140:warning: trying to assign nonexistent symbol USB_STORAGE_JUMPSHOT /boot/config-2.6.9-1.667:2145:warning: trying to assign nonexistent symbol USB_HID /boot/config-2.6.9-1.667:2146:warning: trying to assign nonexistent symbol USB_HIDINPUT /boot/config-2.6.9-1.667:2147:warning: trying to assign nonexistent symbol HID_FF /boot/config-2.6.9-1.667:2148:warning: trying to assign nonexistent symbol HID_PID /boot/config-2.6.9-1.667:2149:warning: trying to assign nonexistent symbol LOGITECH_FF /boot/config-2.6.9-1.667:2150:warning: trying to assign nonexistent symbol THRUSTMASTER_FF /boot/config-2.6.9-1.667:2151:warning: trying to assign nonexistent symbol USB_HIDDEV /boot/config-2.6.9-1.667:2152:warning: trying to assign nonexistent symbol USB_AIPTEK /boot/config-2.6.9-1.667:2153:warning: trying to assign nonexistent symbol USB_WACOM /boot/config-2.6.9-1.667:2154:warning: trying to assign nonexistent symbol USB_KBTAB /boot/config-2.6.9-1.667:2155:warning: trying to assign nonexistent symbol USB_POWERMATE /boot/config-2.6.9-1.667:2156:warning: trying to assign nonexistent symbol USB_MTOUCH /boot/config-2.6.9-1.667:2157:warning: trying to assign nonexistent symbol USB_EGALAX /boot/config-2.6.9-1.667:2158:warning: trying to assign nonexistent symbol USB_XPAD /boot/config-2.6.9-1.667:2159:warning: trying to assign nonexistent symbol USB_ATI_REMOTE /boot/config-2.6.9-1.667:2164:warning: trying to assign nonexistent symbol USB_MDC800 /boot/config-2.6.9-1.667:2165:warning: trying to assign nonexistent symbol USB_MICROTEK /boot/config-2.6.9-1.667:2166:warning: trying to assign nonexistent symbol USB_HPUSBSCSI /boot/config-2.6.9-1.667:2171:warning: trying to assign nonexistent symbol USB_DABUSB /boot/config-2.6.9-1.667:2172:warning: trying to assign nonexistent symbol USB_VICAM /boot/config-2.6.9-1.667:2173:warning: trying to assign nonexistent symbol USB_DSBR /boot/config-2.6.9-1.667:2174:warning: trying to assign nonexistent symbol USB_IBMCAM /boot/config-2.6.9-1.667:2175:warning: trying to assign nonexistent symbol USB_KONICAWC /boot/config-2.6.9-1.667:2176:warning: trying to assign nonexistent symbol USB_OV511 /boot/config-2.6.9-1.667:2177:warning: trying to assign nonexistent symbol USB_SE401 /boot/config-2.6.9-1.667:2178:warning: trying to assign nonexistent symbol USB_SN9C102 /boot/config-2.6.9-1.667:2179:warning: trying to assign nonexistent symbol USB_STV680 /boot/config-2.6.9-1.667:2180:warning: trying to assign nonexistent symbol USB_W9968CF /boot/config-2.6.9-1.667:2185:warning: trying to assign nonexistent symbol USB_CATC /boot/config-2.6.9-1.667:2186:warning: trying to assign nonexistent symbol USB_KAWETH /boot/config-2.6.9-1.667:2187:warning: trying to assign nonexistent symbol USB_PEGASUS /boot/config-2.6.9-1.667:2188:warning: trying to assign nonexistent symbol USB_RTL8150 /boot/config-2.6.9-1.667:2189:warning: trying to assign nonexistent symbol USB_USBNET /boot/config-2.6.9-1.667:2194:warning: trying to assign nonexistent symbol USB_ALI_M5632 /boot/config-2.6.9-1.667:2195:warning: trying to assign nonexistent symbol USB_AN2720 /boot/config-2.6.9-1.667:2196:warning: trying to assign nonexistent symbol USB_BELKIN /boot/config-2.6.9-1.667:2197:warning: trying to assign nonexistent symbol USB_GENESYS /boot/config-2.6.9-1.667:2198:warning: trying to assign nonexistent symbol USB_NET1080 /boot/config-2.6.9-1.667:2199:warning: trying to assign nonexistent symbol USB_PL2301 /boot/config-2.6.9-1.667:2204:warning: trying to assign nonexistent symbol USB_ARMLINUX /boot/config-2.6.9-1.667:2205:warning: trying to assign nonexistent symbol USB_EPSON2888 /boot/config-2.6.9-1.667:2206:warning: trying to assign nonexistent symbol USB_ZAURUS /boot/config-2.6.9-1.667:2207:warning: trying to assign nonexistent symbol USB_CDCETHER /boot/config-2.6.9-1.667:2212:warning: trying to assign nonexistent symbol USB_AX8817X /boot/config-2.6.9-1.667:2217:warning: trying to assign nonexistent symbol USB_USS720 /boot/config-2.6.9-1.667:2222:warning: trying to assign nonexistent symbol USB_SERIAL /boot/config-2.6.9-1.667:2223:warning: trying to assign nonexistent symbol USB_SERIAL_GENERIC /boot/config-2.6.9-1.667:2224:warning: trying to assign nonexistent symbol USB_SERIAL_BELKIN /boot/config-2.6.9-1.667:2225:warning: trying to assign nonexistent symbol USB_SERIAL_WHITEHEAT /boot/config-2.6.9-1.667:2226:warning: trying to assign nonexistent symbol USB_SERIAL_DIGI_ACCELEPORT /boot/config-2.6.9-1.667:2227:warning: trying to assign nonexistent symbol USB_SERIAL_EMPEG /boot/config-2.6.9-1.667:2228:warning: trying to assign nonexistent symbol USB_SERIAL_FTDI_SIO /boot/config-2.6.9-1.667:2229:warning: trying to assign nonexistent symbol USB_SERIAL_VISOR /boot/config-2.6.9-1.667:2230:warning: trying to assign nonexistent symbol USB_SERIAL_IPAQ /boot/config-2.6.9-1.667:2231:warning: trying to assign nonexistent symbol USB_SERIAL_IR /boot/config-2.6.9-1.667:2232:warning: trying to assign nonexistent symbol USB_SERIAL_EDGEPORT /boot/config-2.6.9-1.667:2233:warning: trying to assign nonexistent symbol USB_SERIAL_EDGEPORT_TI /boot/config-2.6.9-1.667:2234:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_PDA /boot/config-2.6.9-1.667:2235:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN /boot/config-2.6.9-1.667:2236:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_MPR /boot/config-2.6.9-1.667:2237:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA28 /boot/config-2.6.9-1.667:2238:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA28X /boot/config-2.6.9-1.667:2239:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA28XA /boot/config-2.6.9-1.667:2240:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA28XB /boot/config-2.6.9-1.667:2241:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA19 /boot/config-2.6.9-1.667:2242:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA18X /boot/config-2.6.9-1.667:2243:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA19W /boot/config-2.6.9-1.667:2244:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA19QW /boot/config-2.6.9-1.667:2245:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA19QI /boot/config-2.6.9-1.667:2246:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA49W /boot/config-2.6.9-1.667:2247:warning: trying to assign nonexistent symbol USB_SERIAL_KEYSPAN_USA49WLC /boot/config-2.6.9-1.667:2248:warning: trying to assign nonexistent symbol USB_SERIAL_KLSI /boot/config-2.6.9-1.667:2249:warning: trying to assign nonexistent symbol USB_SERIAL_KOBIL_SCT /boot/config-2.6.9-1.667:2250:warning: trying to assign nonexistent symbol USB_SERIAL_MCT_U232 /boot/config-2.6.9-1.667:2251:warning: trying to assign nonexistent symbol USB_SERIAL_PL2303 /boot/config-2.6.9-1.667:2252:warning: trying to assign nonexistent symbol USB_SERIAL_SAFE /boot/config-2.6.9-1.667:2253:warning: trying to assign nonexistent symbol USB_SERIAL_SAFE_PADDED /boot/config-2.6.9-1.667:2254:warning: trying to assign nonexistent symbol USB_SERIAL_CYBERJACK /boot/config-2.6.9-1.667:2255:warning: trying to assign nonexistent symbol USB_SERIAL_XIRCOM /boot/config-2.6.9-1.667:2256:warning: trying to assign nonexistent symbol USB_SERIAL_OMNINET /boot/config-2.6.9-1.667:2257:warning: trying to assign nonexistent symbol USB_EZUSB /boot/config-2.6.9-1.667:2262:warning: trying to assign nonexistent symbol USB_EMI62 /boot/config-2.6.9-1.667:2263:warning: trying to assign nonexistent symbol USB_EMI26 /boot/config-2.6.9-1.667:2264:warning: trying to assign nonexistent symbol USB_TIGL /boot/config-2.6.9-1.667:2265:warning: trying to assign nonexistent symbol USB_AUERSWALD /boot/config-2.6.9-1.667:2266:warning: trying to assign nonexistent symbol USB_RIO500 /boot/config-2.6.9-1.667:2267:warning: trying to assign nonexistent symbol USB_LEGOTOWER /boot/config-2.6.9-1.667:2268:warning: trying to assign nonexistent symbol USB_LCD /boot/config-2.6.9-1.667:2269:warning: trying to assign nonexistent symbol USB_LED /boot/config-2.6.9-1.667:2270:warning: trying to assign nonexistent symbol USB_CYTHERM /boot/config-2.6.9-1.667:2271:warning: trying to assign nonexistent symbol USB_PHIDGETSERVO /boot/config-2.6.9-1.667:2272:warning: trying to assign nonexistent symbol USB_TEST /boot/config-2.6.9-1.667:2277:warning: trying to assign nonexistent symbol USB_ATM /boot/config-2.6.9-1.667:2278:warning: trying to assign nonexistent symbol USB_SPEEDTOUCH /boot/config-2.6.9-1.667:2283:warning: trying to assign nonexistent symbol USB_GADGET /boot/config-2.6.9-1.667:2288:warning: trying to assign nonexistent symbol EXT2_FS /boot/config-2.6.9-1.667:2289:warning: trying to assign nonexistent symbol EXT2_FS_XATTR /boot/config-2.6.9-1.667:2290:warning: trying to assign nonexistent symbol EXT2_FS_POSIX_ACL /boot/config-2.6.9-1.667:2291:warning: trying to assign nonexistent symbol EXT2_FS_SECURITY /boot/config-2.6.9-1.667:2292:warning: trying to assign nonexistent symbol EXT3_FS /boot/config-2.6.9-1.667:2293:warning: trying to assign nonexistent symbol EXT3_FS_XATTR /boot/config-2.6.9-1.667:2294:warning: trying to assign nonexistent symbol EXT3_FS_POSIX_ACL /boot/config-2.6.9-1.667:2295:warning: trying to assign nonexistent symbol EXT3_FS_SECURITY /boot/config-2.6.9-1.667:2296:warning: trying to assign nonexistent symbol JBD /boot/config-2.6.9-1.667:2297:warning: trying to assign nonexistent symbol JBD_DEBUG /boot/config-2.6.9-1.667:2298:warning: trying to assign nonexistent symbol FS_MBCACHE /boot/config-2.6.9-1.667:2299:warning: trying to assign nonexistent symbol REISERFS_FS /boot/config-2.6.9-1.667:2300:warning: trying to assign nonexistent symbol REISERFS_CHECK /boot/config-2.6.9-1.667:2301:warning: trying to assign nonexistent symbol REISERFS_PROC_INFO /boot/config-2.6.9-1.667:2302:warning: trying to assign nonexistent symbol REISERFS_FS_XATTR /boot/config-2.6.9-1.667:2303:warning: trying to assign nonexistent symbol REISERFS_FS_POSIX_ACL /boot/config-2.6.9-1.667:2304:warning: trying to assign nonexistent symbol REISERFS_FS_SECURITY /boot/config-2.6.9-1.667:2305:warning: trying to assign nonexistent symbol JFS_FS /boot/config-2.6.9-1.667:2306:warning: trying to assign nonexistent symbol JFS_POSIX_ACL /boot/config-2.6.9-1.667:2307:warning: trying to assign nonexistent symbol JFS_DEBUG /boot/config-2.6.9-1.667:2308:warning: trying to assign nonexistent symbol JFS_STATISTICS /boot/config-2.6.9-1.667:2309:warning: trying to assign nonexistent symbol FS_POSIX_ACL /boot/config-2.6.9-1.667:2310:warning: trying to assign nonexistent symbol XFS_FS /boot/config-2.6.9-1.667:2311:warning: trying to assign nonexistent symbol XFS_RT /boot/config-2.6.9-1.667:2312:warning: trying to assign nonexistent symbol XFS_QUOTA /boot/config-2.6.9-1.667:2313:warning: trying to assign nonexistent symbol XFS_SECURITY /boot/config-2.6.9-1.667:2314:warning: trying to assign nonexistent symbol XFS_POSIX_ACL /boot/config-2.6.9-1.667:2315:warning: trying to assign nonexistent symbol MINIX_FS /boot/config-2.6.9-1.667:2316:warning: trying to assign nonexistent symbol ROMFS_FS /boot/config-2.6.9-1.667:2317:warning: trying to assign nonexistent symbol QUOTA /boot/config-2.6.9-1.667:2318:warning: trying to assign nonexistent symbol QFMT_V1 /boot/config-2.6.9-1.667:2319:warning: trying to assign nonexistent symbol QFMT_V2 /boot/config-2.6.9-1.667:2320:warning: trying to assign nonexistent symbol QUOTACTL /boot/config-2.6.9-1.667:2321:warning: trying to assign nonexistent symbol AUTOFS_FS /boot/config-2.6.9-1.667:2322:warning: trying to assign nonexistent symbol AUTOFS4_FS /boot/config-2.6.9-1.667:2327:warning: trying to assign nonexistent symbol ISO9660_FS /boot/config-2.6.9-1.667:2328:warning: trying to assign nonexistent symbol JOLIET /boot/config-2.6.9-1.667:2329:warning: trying to assign nonexistent symbol ZISOFS /boot/config-2.6.9-1.667:2330:warning: trying to assign nonexistent symbol ZISOFS_FS /boot/config-2.6.9-1.667:2331:warning: trying to assign nonexistent symbol UDF_FS /boot/config-2.6.9-1.667:2332:warning: trying to assign nonexistent symbol UDF_NLS /boot/config-2.6.9-1.667:2337:warning: trying to assign nonexistent symbol FAT_FS /boot/config-2.6.9-1.667:2338:warning: trying to assign nonexistent symbol MSDOS_FS /boot/config-2.6.9-1.667:2339:warning: trying to assign nonexistent symbol VFAT_FS /boot/config-2.6.9-1.667:2340:warning: trying to assign nonexistent symbol FAT_DEFAULT_CODEPAGE /boot/config-2.6.9-1.667:2341:warning: trying to assign nonexistent symbol FAT_DEFAULT_IOCHARSET /boot/config-2.6.9-1.667:2342:warning: trying to assign nonexistent symbol NTFS_FS /boot/config-2.6.9-1.667:2347:warning: trying to assign nonexistent symbol PROC_FS /boot/config-2.6.9-1.667:2348:warning: trying to assign nonexistent symbol PROC_KCORE /boot/config-2.6.9-1.667:2349:warning: trying to assign nonexistent symbol SYSFS /boot/config-2.6.9-1.667:2350:warning: trying to assign nonexistent symbol DEVFS_FS /boot/config-2.6.9-1.667:2351:warning: trying to assign nonexistent symbol DEVPTS_FS_XATTR /boot/config-2.6.9-1.667:2352:warning: trying to assign nonexistent symbol DEVPTS_FS_SECURITY /boot/config-2.6.9-1.667:2353:warning: trying to assign nonexistent symbol TMPFS /boot/config-2.6.9-1.667:2354:warning: trying to assign nonexistent symbol TMPFS_XATTR /boot/config-2.6.9-1.667:2355:warning: trying to assign nonexistent symbol TMPFS_SECURITY /boot/config-2.6.9-1.667:2356:warning: trying to assign nonexistent symbol HUGETLBFS /boot/config-2.6.9-1.667:2357:warning: trying to assign nonexistent symbol HUGETLB_PAGE /boot/config-2.6.9-1.667:2358:warning: trying to assign nonexistent symbol RAMFS /boot/config-2.6.9-1.667:2363:warning: trying to assign nonexistent symbol ADFS_FS /boot/config-2.6.9-1.667:2364:warning: trying to assign nonexistent symbol AFFS_FS /boot/config-2.6.9-1.667:2365:warning: trying to assign nonexistent symbol HFS_FS /boot/config-2.6.9-1.667:2366:warning: trying to assign nonexistent symbol HFSPLUS_FS /boot/config-2.6.9-1.667:2367:warning: trying to assign nonexistent symbol BEFS_FS /boot/config-2.6.9-1.667:2368:warning: trying to assign nonexistent symbol BEFS_DEBUG /boot/config-2.6.9-1.667:2369:warning: trying to assign nonexistent symbol BFS_FS /boot/config-2.6.9-1.667:2370:warning: trying to assign nonexistent symbol EFS_FS /boot/config-2.6.9-1.667:2371:warning: trying to assign nonexistent symbol JFFS_FS /boot/config-2.6.9-1.667:2372:warning: trying to assign nonexistent symbol JFFS2_FS /boot/config-2.6.9-1.667:2373:warning: trying to assign nonexistent symbol JFFS2_FS_DEBUG /boot/config-2.6.9-1.667:2374:warning: trying to assign nonexistent symbol JFFS2_FS_NAND /boot/config-2.6.9-1.667:2375:warning: trying to assign nonexistent symbol JFFS2_COMPRESSION_OPTIONS /boot/config-2.6.9-1.667:2376:warning: trying to assign nonexistent symbol JFFS2_ZLIB /boot/config-2.6.9-1.667:2377:warning: trying to assign nonexistent symbol JFFS2_RTIME /boot/config-2.6.9-1.667:2378:warning: trying to assign nonexistent symbol JFFS2_RUBIN /boot/config-2.6.9-1.667:2379:warning: trying to assign nonexistent symbol CRAMFS /boot/config-2.6.9-1.667:2380:warning: trying to assign nonexistent symbol VXFS_FS /boot/config-2.6.9-1.667:2381:warning: trying to assign nonexistent symbol HPFS_FS /boot/config-2.6.9-1.667:2382:warning: trying to assign nonexistent symbol QNX4FS_FS /boot/config-2.6.9-1.667:2383:warning: trying to assign nonexistent symbol QNX4FS_RW /boot/config-2.6.9-1.667:2384:warning: trying to assign nonexistent symbol SYSV_FS /boot/config-2.6.9-1.667:2385:warning: trying to assign nonexistent symbol UFS_FS /boot/config-2.6.9-1.667:2386:warning: trying to assign nonexistent symbol UFS_FS_WRITE /boot/config-2.6.9-1.667:2391:warning: trying to assign nonexistent symbol NFS_FS /boot/config-2.6.9-1.667:2392:warning: trying to assign nonexistent symbol NFS_V3 /boot/config-2.6.9-1.667:2393:warning: trying to assign nonexistent symbol NFS_V4 /boot/config-2.6.9-1.667:2394:warning: trying to assign nonexistent symbol NFS_DIRECTIO /boot/config-2.6.9-1.667:2395:warning: trying to assign nonexistent symbol NFSD /boot/config-2.6.9-1.667:2396:warning: trying to assign nonexistent symbol NFSD_V3 /boot/config-2.6.9-1.667:2397:warning: trying to assign nonexistent symbol NFSD_V4 /boot/config-2.6.9-1.667:2398:warning: trying to assign nonexistent symbol NFSD_TCP /boot/config-2.6.9-1.667:2399:warning: trying to assign nonexistent symbol LOCKD /boot/config-2.6.9-1.667:2400:warning: trying to assign nonexistent symbol LOCKD_V4 /boot/config-2.6.9-1.667:2401:warning: trying to assign nonexistent symbol EXPORTFS /boot/config-2.6.9-1.667:2402:warning: trying to assign nonexistent symbol SUNRPC /boot/config-2.6.9-1.667:2403:warning: trying to assign nonexistent symbol SUNRPC_GSS /boot/config-2.6.9-1.667:2404:warning: trying to assign nonexistent symbol RPCSEC_GSS_KRB5 /boot/config-2.6.9-1.667:2405:warning: trying to assign nonexistent symbol RPCSEC_GSS_SPKM3 /boot/config-2.6.9-1.667:2406:warning: trying to assign nonexistent symbol SMB_FS /boot/config-2.6.9-1.667:2407:warning: trying to assign nonexistent symbol SMB_NLS_DEFAULT /boot/config-2.6.9-1.667:2408:warning: trying to assign nonexistent symbol CIFS /boot/config-2.6.9-1.667:2409:warning: trying to assign nonexistent symbol CIFS_STATS /boot/config-2.6.9-1.667:2410:warning: trying to assign nonexistent symbol CIFS_XATTR /boot/config-2.6.9-1.667:2411:warning: trying to assign nonexistent symbol CIFS_POSIX /boot/config-2.6.9-1.667:2412:warning: trying to assign nonexistent symbol NCP_FS /boot/config-2.6.9-1.667:2413:warning: trying to assign nonexistent symbol NCPFS_PACKET_SIGNING /boot/config-2.6.9-1.667:2414:warning: trying to assign nonexistent symbol NCPFS_IOCTL_LOCKING /boot/config-2.6.9-1.667:2415:warning: trying to assign nonexistent symbol NCPFS_STRONG /boot/config-2.6.9-1.667:2416:warning: trying to assign nonexistent symbol NCPFS_NFS_NS /boot/config-2.6.9-1.667:2417:warning: trying to assign nonexistent symbol NCPFS_OS2_NS /boot/config-2.6.9-1.667:2418:warning: trying to assign nonexistent symbol NCPFS_SMALLDOS /boot/config-2.6.9-1.667:2419:warning: trying to assign nonexistent symbol NCPFS_NLS /boot/config-2.6.9-1.667:2420:warning: trying to assign nonexistent symbol NCPFS_EXTRAS /boot/config-2.6.9-1.667:2421:warning: trying to assign nonexistent symbol CODA_FS /boot/config-2.6.9-1.667:2422:warning: trying to assign nonexistent symbol AFS_FS /boot/config-2.6.9-1.667:2427:warning: trying to assign nonexistent symbol PARTITION_ADVANCED /boot/config-2.6.9-1.667:2428:warning: trying to assign nonexistent symbol ACORN_PARTITION /boot/config-2.6.9-1.667:2429:warning: trying to assign nonexistent symbol OSF_PARTITION /boot/config-2.6.9-1.667:2430:warning: trying to assign nonexistent symbol AMIGA_PARTITION /boot/config-2.6.9-1.667:2431:warning: trying to assign nonexistent symbol ATARI_PARTITION /boot/config-2.6.9-1.667:2432:warning: trying to assign nonexistent symbol MAC_PARTITION /boot/config-2.6.9-1.667:2433:warning: trying to assign nonexistent symbol MSDOS_PARTITION /boot/config-2.6.9-1.667:2434:warning: trying to assign nonexistent symbol BSD_DISKLABEL /boot/config-2.6.9-1.667:2435:warning: trying to assign nonexistent symbol MINIX_SUBPARTITION /boot/config-2.6.9-1.667:2436:warning: trying to assign nonexistent symbol SOLARIS_X86_PARTITION /boot/config-2.6.9-1.667:2437:warning: trying to assign nonexistent symbol UNIXWARE_DISKLABEL /boot/config-2.6.9-1.667:2438:warning: trying to assign nonexistent symbol LDM_PARTITION /boot/config-2.6.9-1.667:2439:warning: trying to assign nonexistent symbol SGI_PARTITION /boot/config-2.6.9-1.667:2440:warning: trying to assign nonexistent symbol ULTRIX_PARTITION /boot/config-2.6.9-1.667:2441:warning: trying to assign nonexistent symbol SUN_PARTITION /boot/config-2.6.9-1.667:2442:warning: trying to assign nonexistent symbol EFI_PARTITION /boot/config-2.6.9-1.667:2447:warning: trying to assign nonexistent symbol NLS /boot/config-2.6.9-1.667:2448:warning: trying to assign nonexistent symbol NLS_DEFAULT /boot/config-2.6.9-1.667:2449:warning: trying to assign nonexistent symbol NLS_CODEPAGE_437 /boot/config-2.6.9-1.667:2450:warning: trying to assign nonexistent symbol NLS_CODEPAGE_737 /boot/config-2.6.9-1.667:2451:warning: trying to assign nonexistent symbol NLS_CODEPAGE_775 /boot/config-2.6.9-1.667:2452:warning: trying to assign nonexistent symbol NLS_CODEPAGE_850 /boot/config-2.6.9-1.667:2453:warning: trying to assign nonexistent symbol NLS_CODEPAGE_852 /boot/config-2.6.9-1.667:2454:warning: trying to assign nonexistent symbol NLS_CODEPAGE_855 /boot/config-2.6.9-1.667:2455:warning: trying to assign nonexistent symbol NLS_CODEPAGE_857 /boot/config-2.6.9-1.667:2456:warning: trying to assign nonexistent symbol NLS_CODEPAGE_860 /boot/config-2.6.9-1.667:2457:warning: trying to assign nonexistent symbol NLS_CODEPAGE_861 /boot/config-2.6.9-1.667:2458:warning: trying to assign nonexistent symbol NLS_CODEPAGE_862 /boot/config-2.6.9-1.667:2459:warning: trying to assign nonexistent symbol NLS_CODEPAGE_863 /boot/config-2.6.9-1.667:2460:warning: trying to assign nonexistent symbol NLS_CODEPAGE_864 /boot/config-2.6.9-1.667:2461:warning: trying to assign nonexistent symbol NLS_CODEPAGE_865 /boot/config-2.6.9-1.667:2462:warning: trying to assign nonexistent symbol NLS_CODEPAGE_866 /boot/config-2.6.9-1.667:2463:warning: trying to assign nonexistent symbol NLS_CODEPAGE_869 /boot/config-2.6.9-1.667:2464:warning: trying to assign nonexistent symbol NLS_CODEPAGE_936 /boot/config-2.6.9-1.667:2465:warning: trying to assign nonexistent symbol NLS_CODEPAGE_950 /boot/config-2.6.9-1.667:2466:warning: trying to assign nonexistent symbol NLS_CODEPAGE_932 /boot/config-2.6.9-1.667:2467:warning: trying to assign nonexistent symbol NLS_CODEPAGE_949 /boot/config-2.6.9-1.667:2468:warning: trying to assign nonexistent symbol NLS_CODEPAGE_874 /boot/config-2.6.9-1.667:2469:warning: trying to assign nonexistent symbol NLS_ISO8859_8 /boot/config-2.6.9-1.667:2470:warning: trying to assign nonexistent symbol NLS_CODEPAGE_1250 /boot/config-2.6.9-1.667:2471:warning: trying to assign nonexistent symbol NLS_CODEPAGE_1251 /boot/config-2.6.9-1.667:2472:warning: trying to assign nonexistent symbol NLS_ASCII /boot/config-2.6.9-1.667:2473:warning: trying to assign nonexistent symbol NLS_ISO8859_1 /boot/config-2.6.9-1.667:2474:warning: trying to assign nonexistent symbol NLS_ISO8859_2 /boot/config-2.6.9-1.667:2475:warning: trying to assign nonexistent symbol NLS_ISO8859_3 /boot/config-2.6.9-1.667:2476:warning: trying to assign nonexistent symbol NLS_ISO8859_4 /boot/config-2.6.9-1.667:2477:warning: trying to assign nonexistent symbol NLS_ISO8859_5 /boot/config-2.6.9-1.667:2478:warning: trying to assign nonexistent symbol NLS_ISO8859_6 /boot/config-2.6.9-1.667:2479:warning: trying to assign nonexistent symbol NLS_ISO8859_7 /boot/config-2.6.9-1.667:2480:warning: trying to assign nonexistent symbol NLS_ISO8859_9 /boot/config-2.6.9-1.667:2481:warning: trying to assign nonexistent symbol NLS_ISO8859_13 /boot/config-2.6.9-1.667:2482:warning: trying to assign nonexistent symbol NLS_ISO8859_14 /boot/config-2.6.9-1.667:2483:warning: trying to assign nonexistent symbol NLS_ISO8859_15 /boot/config-2.6.9-1.667:2484:warning: trying to assign nonexistent symbol NLS_KOI8_R /boot/config-2.6.9-1.667:2485:warning: trying to assign nonexistent symbol NLS_KOI8_U /boot/config-2.6.9-1.667:2486:warning: trying to assign nonexistent symbol NLS_UTF8 /boot/config-2.6.9-1.667:2491:warning: trying to assign nonexistent symbol PROFILING /boot/config-2.6.9-1.667:2496:warning: trying to assign nonexistent symbol DEBUG_KERNEL /boot/config-2.6.9-1.667:2497:warning: trying to assign nonexistent symbol MAGIC_SYSRQ /boot/config-2.6.9-1.667:2498:warning: trying to assign nonexistent symbol DEBUG_SLAB /boot/config-2.6.9-1.667:2499:warning: trying to assign nonexistent symbol DEBUG_SPINLOCK /boot/config-2.6.9-1.667:2500:warning: trying to assign nonexistent symbol DEBUG_SPINLOCK_SLEEP /boot/config-2.6.9-1.667:2501:warning: trying to assign nonexistent symbol DEBUG_HIGHMEM /boot/config-2.6.9-1.667:2502:warning: trying to assign nonexistent symbol DEBUG_INFO /boot/config-2.6.9-1.667:2503:warning: trying to assign nonexistent symbol FRAME_POINTER /boot/config-2.6.9-1.667:2504:warning: trying to assign nonexistent symbol EARLY_PRINTK /boot/config-2.6.9-1.667:2505:warning: trying to assign nonexistent symbol DEBUG_STACKOVERFLOW /boot/config-2.6.9-1.667:2506:warning: trying to assign nonexistent symbol KPROBES /boot/config-2.6.9-1.667:2507:warning: trying to assign nonexistent symbol DEBUG_STACK_USAGE /boot/config-2.6.9-1.667:2508:warning: trying to assign nonexistent symbol DEBUG_PAGEALLOC /boot/config-2.6.9-1.667:2509:warning: trying to assign nonexistent symbol SCHEDSTATS /boot/config-2.6.9-1.667:2514:warning: trying to assign nonexistent symbol SECURITY /boot/config-2.6.9-1.667:2515:warning: trying to assign nonexistent symbol SECURITY_NETWORK /boot/config-2.6.9-1.667:2516:warning: trying to assign nonexistent symbol SECURITY_CAPABILITIES /boot/config-2.6.9-1.667:2517:warning: trying to assign nonexistent symbol SECURITY_ROOTPLUG /boot/config-2.6.9-1.667:2518:warning: trying to assign nonexistent symbol SECURITY_SELINUX /boot/config-2.6.9-1.667:2519:warning: trying to assign nonexistent symbol SECURITY_SELINUX_BOOTPARAM /boot/config-2.6.9-1.667:2520:warning: trying to assign nonexistent symbol SECURITY_SELINUX_BOOTPARAM_VALUE /boot/config-2.6.9-1.667:2521:warning: trying to assign nonexistent symbol SECURITY_SELINUX_DISABLE /boot/config-2.6.9-1.667:2522:warning: trying to assign nonexistent symbol SECURITY_SELINUX_DEVELOP /boot/config-2.6.9-1.667:2523:warning: trying to assign nonexistent symbol SECURITY_SELINUX_MLS /boot/config-2.6.9-1.667:2528:warning: trying to assign nonexistent symbol CRYPTO /boot/config-2.6.9-1.667:2529:warning: trying to assign nonexistent symbol CRYPTO_HMAC /boot/config-2.6.9-1.667:2530:warning: trying to assign nonexistent symbol CRYPTO_NULL /boot/config-2.6.9-1.667:2531:warning: trying to assign nonexistent symbol CRYPTO_MD4 /boot/config-2.6.9-1.667:2532:warning: trying to assign nonexistent symbol CRYPTO_MD5 /boot/config-2.6.9-1.667:2533:warning: trying to assign nonexistent symbol CRYPTO_SHA1 /boot/config-2.6.9-1.667:2534:warning: trying to assign nonexistent symbol CRYPTO_SHA256 /boot/config-2.6.9-1.667:2535:warning: trying to assign nonexistent symbol CRYPTO_SHA512 /boot/config-2.6.9-1.667:2536:warning: trying to assign nonexistent symbol CRYPTO_WP512 /boot/config-2.6.9-1.667:2537:warning: trying to assign nonexistent symbol CRYPTO_DES /boot/config-2.6.9-1.667:2538:warning: trying to assign nonexistent symbol CRYPTO_BLOWFISH /boot/config-2.6.9-1.667:2539:warning: trying to assign nonexistent symbol CRYPTO_TWOFISH /boot/config-2.6.9-1.667:2540:warning: trying to assign nonexistent symbol CRYPTO_SERPENT /boot/config-2.6.9-1.667:2541:warning: trying to assign nonexistent symbol CRYPTO_AES_586 /boot/config-2.6.9-1.667:2542:warning: trying to assign nonexistent symbol CRYPTO_CAST5 /boot/config-2.6.9-1.667:2543:warning: trying to assign nonexistent symbol CRYPTO_CAST6 /boot/config-2.6.9-1.667:2544:warning: trying to assign nonexistent symbol CRYPTO_TEA /boot/config-2.6.9-1.667:2545:warning: trying to assign nonexistent symbol CRYPTO_ARC4 /boot/config-2.6.9-1.667:2546:warning: trying to assign nonexistent symbol CRYPTO_KHAZAD /boot/config-2.6.9-1.667:2547:warning: trying to assign nonexistent symbol CRYPTO_DEFLATE /boot/config-2.6.9-1.667:2548:warning: trying to assign nonexistent symbol CRYPTO_MICHAEL_MIC /boot/config-2.6.9-1.667:2549:warning: trying to assign nonexistent symbol CRYPTO_CRC32C /boot/config-2.6.9-1.667:2550:warning: trying to assign nonexistent symbol CRYPTO_TEST /boot/config-2.6.9-1.667:2551:warning: trying to assign nonexistent symbol CRYPTO_SIGNATURE /boot/config-2.6.9-1.667:2552:warning: trying to assign nonexistent symbol CRYPTO_SIGNATURE_DSA /boot/config-2.6.9-1.667:2553:warning: trying to assign nonexistent symbol CRYPTO_MPILIB /boot/config-2.6.9-1.667:2558:warning: trying to assign nonexistent symbol CRC_CCITT /boot/config-2.6.9-1.667:2559:warning: trying to assign nonexistent symbol CRC32 /boot/config-2.6.9-1.667:2560:warning: trying to assign nonexistent symbol LIBCRC32C /boot/config-2.6.9-1.667:2561:warning: trying to assign nonexistent symbol ZLIB_INFLATE /boot/config-2.6.9-1.667:2562:warning: trying to assign nonexistent symbol ZLIB_DEFLATE /boot/config-2.6.9-1.667:2563:warning: trying to assign nonexistent symbol X86_BIOS_REBOOT /boot/config-2.6.9-1.667:2564:warning: trying to assign nonexistent symbol PC =========== is above a major problem. i found i still can enter menuconfig, however i go to the build option i can not set any cross compile option. so please give a way to let me cross compile the lastest busybox. thanks i am waiting for you reply as soon as possible. best regards Yours nnewbie |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |