Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Apr 1, 2016 · 3 comments
Open

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

GoogleCodeExporter opened this issue Apr 1, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3

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

@GoogleCodeExporter
Copy link
Author

I have had success with 4.1.3.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant