Subversion Repo - General Discussion and Assistance - CHDK Forum

Subversion Repo

  • 16 Replies
  • 6730 Views
Subversion Repo
« on: 08 / July / 2008, 17:11:49 »
Advertisements
Hello all,
I just joined, and was trying to download the source of CHDK from SVN last night, when I eventually found out about the server going down.  With all due respect to Assembla, they don't seem to have been very prepared for this, and it's taking a while.  Is there any chance someone could post a  tarball/zip of recent sources for the mean time?
Also, as a side note, does anyone know if there are issues building binutils 2.17 (as per the instructions wiki page) with GCC 4.3 on OpenSuSE 11.0?  I'm getting array subscript errors on a freshly download copy of the sources.  I haven't yet been able to find out why (not that I've had much time. ;)

Thanks,
Jeff

*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Subversion Repo
« Reply #1 on: 08 / July / 2008, 17:38:11 »
H jaem,

I've uploaded the latest complete source tree (trunk439) here:  zshare Download: copy_of_trunk439.zip (1.25 MB file size)

Beware: this is only a copy, always use the official SVN - when it's online  ;)

*EDIT:
  Not sure, but i think this trunk439 is the latest JUCIPHOX branch, not the "normal" trunk !
  So the trunk430 can be downloaded here: zshare Download: copy_of_trunk430.zip (1.25 MB file size).
  The latest "official" trunk is #437 (this is the changeset number shown on the Autobuild download page), but i haven't this one...
« Last Edit: 08 / July / 2008, 19:50:24 by fe50 »

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Subversion Repo
« Reply #2 on: 08 / July / 2008, 17:41:59 »
yeah, it sucks that it is offline. on the other hand, it's a free service, we cant do anything about it ;)
by the way, i guess this thread is updated with more information about this issue: Assembla Support Forums

i mean, i would switch svn to another server as this guy offered, but then again i dont own the CHDK space on assembla and also - it's not that a big issue, if they really get it repaired during the next days.

unfortunately i only have sources on my pc that i already messed around with. maybe not the best ones for a fresh start like you wanna do :)

about the opensuse stuff: switched my box from 10.3 to 11 a week ago. havent tested compiling yet (i'm on windows for now), will try maybe tomorrow, will give feedback here.

Re: Subversion Repo
« Reply #3 on: 08 / July / 2008, 18:48:35 »
fe50:  Thanks a lot.
PhyrePhoX: sorry - I meant to post the link, but I forgot in the middle  :o  Thanks for agreeing to check on the SuSE 11.0 issues - it may just be me, so I'll look into it in the meantime, and post anything I find out.  I have occasionally (on Ubuntu, anyways) had trouble building compilers with certain versions of GCC and related tools, so I thought I'd check.

-Jeff

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Subversion Repo
« Reply #4 on: 08 / July / 2008, 19:16:44 »
hm, i did the alternative method described in Compiling CHDK under Linux - CHDK Wiki.
but now when i wanna compile i'm stuck with
Quote
hole:/home/phox/Desktop/trunk430 # gmake fir
**** Build: 51
>> Entering to tools
pakwif.c -> pakwif.o
pakwif.o -> pakwif
gensig.o -> gensig
gensig.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
gmake[1]: *** [gensig] Fehler 1
gmake: *** [all-recursive] Fehler 1
any hints? :D

*

Offline Hacki

  • ****
  • 359
  • EOS 80D
Re: Subversion Repo
« Reply #5 on: 08 / July / 2008, 19:34:34 »
Crosscompiler not in path?

Code: [Select]
echo $PATH


*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Subversion Repo
« Reply #6 on: 08 / July / 2008, 20:01:09 »
hm, might be. i was under the impression the provided method does that automatically.

i now (after manually fiddling around) have alot of arm-elfs in path:
Quote
hole:/home/phox/Desktop/trunk430 # echo $PATH
/home/phox/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/c/cross-gcc/arm-elf/bin:/usr/local/arm-elf:/usr/local/libexec/gcc/arm-elf:/usr/local/lib/gcc/arm-elf
however the error remains the same ;) i'm not really an advanced linux guy :D

*

Offline LjL

  • ****
  • 266
  • A720IS
Re: Subversion Repo
« Reply #7 on: 08 / July / 2008, 20:05:06 »
It seems like it's trying to use your normal ld command rather than the ARM one.
Perhaps try putting the path to the ARM tools in makefile.inc, although that's probably only mentioned for the first method...

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Subversion Repo
« Reply #8 on: 08 / July / 2008, 20:23:27 »

Re: Subversion Repo
« Reply #9 on: 09 / July / 2008, 00:30:39 »
I got it working with the alternate instructions under Ubuntu 32-bit, but that box has a PII, so it's a bit painful (much much less painful than if it was running Windows, however).
As for this:
hm, i did the alternative method described in Compiling CHDK under Linux - CHDK Wiki.
but now when i wanna compile i'm stuck with
Quote
hole:/home/phox/Desktop/trunk430 # gmake fir
**** Build: 51
>> Entering to tools
pakwif.c -> pakwif.o
pakwif.o -> pakwif
gensig.o -> gensig
gensig.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
gmake[1]: *** [gensig] Fehler 1
gmake: *** [all-recursive] Fehler 1
any hints? :D
it seems to work if you
rm ./tools/gensig.o
 - then it will rebuild it for you.  I'm still fighting with other parts of it, though... couldn't the devs have put a configure script in??

 

Related Topics


SimplePortal © 2008-2014, SimplePortal