« Return to Thread: texinfo / makeinfo 4.11 breaks buildroot

Re: bitbake jamvm

by panadero :: Rate this Message:

Reply to Author | View in Thread

I've done the next thing:

bitbake -c rebuild classpath

(you need java SDK installed) but now I get the problem:

| NOTE: make
| Making all in lib
| make[1]: Entering directory `/home/my_name/gumstix/gumstix-oe/tmp/work/armv5te-angstrom-linux-gnueabi/classpath-0.96.1-r2/classpath-0.96.1/lib'
| true
| top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
| Adding java source files from srcdir '..'.
| Adding java source files from VM directory ../vm/reference
| /usr/bin/javac -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
| javac: invalid flag: -1.5
| Usage: javac <options> <source files>
| use -help for a list of possible options
| make[1]: *** [compile-classes] Error 2
| make[1]: Leaving directory `/home/my_name/gumstix/gumstix-oe/tmp/work/armv5te-angstrom-linux-gnueabi/classpath-0.96.1-r2/classpath-0.96.1/lib'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed

I can notice that when it compiles (javac) -version -warn options are added  /usr/bin/javac -1.5 -warn:- and its wrong!!!  | javac: invalid flag: -1.5  but how can I remove it? I've been looking in gen-classlist.sh but I can not see anything

Please help!!

panadero wrote:
Alex Jeannopoulos, could you fix your problem? I have the same problem and I cant fix it

I dont understand what  "No compiler found" means

Someone can help us, please?

Thanks

 « Return to Thread: texinfo / makeinfo 4.11 breaks buildroot