| Anonymous | Login | Signup for a new account | 11-10-2008 11:09 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 | |||||||
| 0001152 | [buildroot] Other | minor | always | 01-09-07 22:49 | 07-08-07 04:22 | |||||||
| Reporter | Steven_Carr | View Status | public | |||||||||
| Assigned To | buildroot | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0001152: DEPRECATED: gcc toolchain built for target fails | |||||||||||
| Description |
When building a "Generic development system" the compile fails. I believe this to be a typo in the gcc-uclibc-3.x.mk file. Please see the Additional Information for potential patch. |
|||||||||||
| Additional Information |
--- gcc/gcc-uclibc-3.x.mk (revision 17216) +++ gcc/gcc-uclibc-3.x.mk (working copy) @@ -401,7 +401,7 @@ if [ ! -f $(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/syslimits.h ] ; then \ echo "warning: working around missing syslimits.h" ; \ cp -f $(STAGING_DIR)/$(GCC_LIB_SUBDIR)/include/syslimits.h \ - $(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/ ; \ + $(TARGET_DIR)/usr/include/ ; \ fi # Make sure we have 'cc'. if [ ! -e $(TARGET_DIR)/usr/bin/cc ] ; then \ |
|||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
| Copyright © 2000 - 2006 Mantis Group |