pereraa / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

#error Add the correct JBLEN size for your target here #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
OS: Ubuntu Linux 10.04 Server

Product Version: llvm-gcc-4.0-iphone

CMD: make

Output:

gcc -c   -g -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros 
-Wold-style-definition    -DHAVE_CONFIG_H    -I. -Iobjc 
-I../../llvm-gcc-4.0-iphone/gcc -I../../llvm-gcc-4.0-iphone/gcc/objc 
-I../../llvm-gcc-4.0-iphone/gcc/../include 
-I../../llvm-gcc-4.0-iphone/gcc/../libcpp/include  
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c -o objc/objc-act.o
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c: In function âobjc_initâ:
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:714: warning: suggest braces 
around empty body in an âifâ statement
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c: In function 
âobjc_lookup_protocolâ:
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:3243: warning: format not a 
string literal and no format arguments
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c: In function 
âobjc_init_exceptionsâ:
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:7653: error: 
âdarwin_macosx_version_minâ undeclared (first use in this function)
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:7653: error: (Each undeclared 
identifier is reported only once
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:7653: error: for each function it 
appears in.)
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:8294:2: error: #error Add the 
correct JBLEN size for your target here!
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c: In function 
âbuild_next_objc_exception_stuffâ:
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:8310: error: âJBLENâ undeclared 
(first use in this function)
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c: In function 
âgenerate_v2_shared_structuresâ:
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:11950: warning: signed and 
unsigned type in conditional expression
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:18170:8: warning: extra tokens at 
end of #endif directive
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:18189:8: warning: extra tokens at 
end of #endif directive
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:18271:8: warning: extra tokens at 
end of #endif directive
../../llvm-gcc-4.0-iphone/gcc/objc/objc-act.c:18334:8: warning: extra tokens at 
end of #endif directive
make[1]: *** [objc/objc-act.o] Fehler 1
make[1]: Verlasse Verzeichnis 
'/home/iphone/iphone-dev-read-only/gcc-4.0.2-build/gcc'
make: *** [all-gcc] Fehler 2

Original issue reported on code.google.com by gerrit.d...@gmail.com on 3 Jul 2010 at 6:19

GoogleCodeExporter commented 8 years ago
Which version of gcc are you using? gcc --version. Probably you want to use 
4.1.3 that comes with ubuntu

Original comment by ashr...@gmail.com on 5 Jul 2010 at 11:31

GoogleCodeExporter commented 8 years ago
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3

Original comment by gerrit.d...@gmail.com on 6 Jul 2010 at 2:00

GoogleCodeExporter commented 8 years ago
I have had success with 4.1.3.

Original comment by ashr...@gmail.com on 6 Jul 2010 at 8:33