Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-01-2012, 10:08 PM   #1
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Ouch. And a TC dies.

Quote:
/home/you/GIT/buildroot/output/host/usr/bin/arm-none-linux-gnueabi-gcc -c -o umg.o -DPERL_CORE -DPERL_MICRO -DSTANDARD_C -DPERL_USE_SAFE_PUTENV -pipe -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 mg.c
av.c: In function 'Perl_av_extend':
av.c:197: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://support.codesourcery.com/GNUToolchain/> for instructions.
make[1]: *** [uav.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/you/GIT/buildroot/output/build/microperl-5.12.4'
make: *** [/home/you/GIT/buildroot/output/build/microperl-5.12.4/.stamp_built] Error 2
Boom.

Last edited by twobob; 09-01-2012 at 10:21 PM.
twobob is offline   Reply With Quote
Old 09-01-2012, 10:18 PM   #2
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
that's autoconf and Automake as a NO for 2008q1 as they depend on perl.

However those tools have been built with success on the previous chains.

So it's more of an oops! than an ouch!

: ) Bringing the pain to the Toolchain! : )

binutils-2.21 also takes a fall:

Quote:
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[2]: Leaving directory `/home/you/GIT/buildroot/output/build/binutils-2.21'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/you/GIT/buildroot/output/build/binutils-2.21'
make: *** [/home/you/GIT/buildroot/output/build/binutils-2.21/.stamp_built] Error 2
you@dev ~/GIT/buildroot $
Bzip goes down

Quote:
E_OFFSET_BITS=64 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c
blocksort.c: In function 'fallbackSort':
blocksort.c:329: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://support.codesourcery.com/GNUToolchain/> for instructions.
make[1]: *** [blocksort.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home/you/GIT/buildroot/output/build/bzip2-1.0.6'
make: *** [/home/you/GIT/buildroot/output/build/bzip2-1.0.6/.stamp_built] Error 2
Hmm bit flaky this TC I think...


Quote:
/home/you/GIT/buildroot/output/host/usr/bin/arm-none-linux-gnueabi-gcc -c -DHAVE_CONFIG_H -I.. -I. -I. -U_FORTIFY_SOURCE -pipe -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 gelfehdr.c
32.xlatetof.c: In function 'rela_32L11_tom':
32.xlatetof.c:246: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://support.codesourcery.com/GNUToolchain/> for instructions.
make[2]: *** [32.xlatetof.o] Error 1
64.xlatetof.c: In function 'sym_64M11_tof':
64.xlatetof.c:277: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://support.codesourcery.com/GNUToolchain/> for instructions.
make[2]: *** [64.xlatetof.o] Error 1
make[2]: Leaving directory `/home/you/GIT/buildroot/output/build/libelf-0.8.12/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/you/GIT/buildroot/output/build/libelf-0.8.12'
make: *** [/home/you/GIT/buildroot/output/build/libelf-0.8.12/.stamp_built] Error 2
you@dev ~/GIT/buildroot $
Hmm....

Last edited by twobob; 09-01-2012 at 10:22 PM.
twobob is offline   Reply With Quote
Advert
Old 09-01-2012, 10:36 PM   #3
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
AFAICT 2008q1 is a complete brown-bag release.

Don't waste your hard drive space on it.

*delete*
twobob is offline   Reply With Quote
Old 09-01-2012, 11:15 PM   #4
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Confirmed: 2008Q1 builds decently linked binaries.

That will be the "last dated" TC of choice in the CS range then for the 3's.

Quote:
root@kindle:bin> readelf -s ./ffprobe | grep "2\.."
3: 000098d8 192 FUNC GLOBAL DEFAULT UND strerror@GLIBC_2.4 (3)
4: 000098e4 80 FUNC GLOBAL DEFAULT UND __ctype_toupper_loc@GLIBC_2.4 (3)
5: 000098f0 924 FUNC GLOBAL DEFAULT UND abort@GLIBC_2.4 (3)
7: 00009908 560 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.4 (3)
15: 0000995c 728 FUNC GLOBAL DEFAULT UND pow@GLIBC_2.4 (7)
16: 00009968 864 FUNC GLOBAL DEFAULT UND fclose@GLIBC_2.4 (3)
18: 00009974 276 FUNC GLOBAL DEFAULT UND getenv@GLIBC_2.4 (3)
EDIT: *IF* you're mad enough to use it.

Last edited by twobob; 09-02-2012 at 01:15 PM.
twobob is offline   Reply With Quote
Old 09-01-2012, 11:47 PM   #5
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
#Get libs
/lib/ld-linux.so.3 --library-path $PWD:/usr/lib:/lib libz.so.1
./readelf $1 $2

root@kindle:readelf-kindle> ./readelf.sh -h ./readelf
Quote:
Segmentation fault

then


ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
so the loader trick may not work with these later TC builds. something to think about.
twobob is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ouch! Scathing review of the vox! ron1959 Kobo Tablets 18 11-19-2011 03:51 AM
J.D. Salinger dies aged 91 seagull News 16 01-29-2010 10:16 AM
J.G. Ballard dies aged 78 HarryT News 1 04-20-2009 05:31 PM
Secured PDF Ouch!! =X= Deals and Resources (No Self-Promotion or Affiliate Links) 5 04-18-2008 02:03 AM


All times are GMT -4. The time now is 08:17 AM.


MobileRead.com is a privately owned, operated and funded community.