0

I am trying to install a specific revision (9092) of SDCC (on Ubuntu of course), when I run the following command, I get this error:

svn: E000110: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc'
svn: E000110: Can't connect to host 'svn.code.sf.net': Connection timed out

By the way, i run the following command on Terminal to install it:

svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc

I am following the instructions as given in this link. Can somebody help me install this, please!

Also, how can i check the revision number of SDCC on Ubuntu repository? Is there any manual way to download the repository from that link(svn.code.sf.net/p/sdcc/code/trunk/sdcc) and install it or any other way?

DarthSpeedious
  • 965
  • 1
  • 13
  • 25

1 Answers1

2

svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc works fine for me. Maybe a temporary error.

Morty
  • 2,889
  • 2
  • 19
  • 28
  • It is working for me also now, but I have already installed the current version: 9262. Anyway, that is working fine so far.. do i specifically need that version for working with 8051 based mcu's? (I am working with cc2530) – DarthSpeedious Jun 25 '15 at 10:26