Re: Help on building for Archos

2006-04-05 Thread Dave Chapman
Jvo Studer wrote: > gcc uclpack.o src/libucl.a -o ../uclpack > ld: archive: src/libucl.a has no table of contents, add one with > ranlib(1) (can't load from it) > make[2]: *** [../uclpack] Error 1 > make[1]: *** [uclpack] Error 2 > make: *** [tools] Error 2 I don't have the SH compiler installed o

Re: Help on building for Archos

2006-04-05 Thread Daniel Stenberg
On Wed, 5 Apr 2006, Jvo Studer wrote: gcc uclpack.o src/libucl.a -o ../uclpack ld: archive: src/libucl.a has no table of contents, add one with ranlib(1) I added ranlib on the .a file in CVS just now. Please try that and see if it helps! -- Daniel Stenberg -- http://www.rockbox.org/ -- htt

Re: Help on building for Archos

2006-04-05 Thread Manuel Dejonghe
On 4/5/06, Jvo Studer <[EMAIL PROTECTED]> wrote: > Can anyone help me with my problem? Actually I don't neeed the ucl > compressed files because I need the sh1-CC only for checking if my > patches compile fine on all targets. Then you can probably edit the makefile (or the configure script that cr

Re: Help on building for Archos

2006-04-05 Thread Jonathan Gordon
if you only want to make sure it compiles, do the sim build... as long as your patch isnt #defined out for sim builds u should be fine On 05/04/06, Jvo Studer <[EMAIL PROTECTED]> wrote: > Hello my devs! > > I could finally successful install the 'sh-elf' crosscompiler on Darwin > 7.9. (MacOS 10.3.9

Help on building for Archos

2006-04-05 Thread Jvo Studer
Hello my devs! I could finally successful install the 'sh-elf' crosscompiler on Darwin 7.9. (MacOS 10.3.9). The problem was that in binutils-2.16 I had to delete 3 '*.m' files in the 'gprof' folder for getting binutils compiled. And also newlib-1.11 is necessary along gcc-3.3.6 in order to ge