Name | Modified | Size | Downloads / Week |
---|---|---|---|
dynamips-github | 2016-12-15 | ||
source packages | 2016-04-07 | ||
Technical docs | 2015-10-07 | ||
PowerPC-ELF cross compilers | 2015-09-26 | ||
MIPS-ELF cross compilers | 2015-09-26 | ||
dynamips-0.2.8-RC7-community | 2015-09-10 | ||
readme.txt | 2015-09-26 | 1.6 kB | |
Totals: 7 Items | 1.6 kB | 1 |
I'm keeping a bunch of ancillary files here I've found on my Dynamips adventure. *PowerPC-ELF cross compilers *MIPS-ELF cross compilers First I've managed to build some cross compiles targeting both the MIPS and PowerPC processors that Dynamips emulates. I've been able to compile cilo the cisco linux boot loader for both processors and it'll execute under Dynamips for both. However I don't have access to any real cisco hardware to test this against so it's unknown if they actually work. The only fun thing regarding these compilers is that I built them on Linux, so for me it was the first time to bulid a Canadian cross compiler. * source packages I've put the source files that I've bulit against in the 'souce packages' directory. These are un-modified, but considering how quickly obscure stuff like this can disappear I thought it was a good idea. * dynamips-0.2.8-RC7-community This is the first build of Dynamips to run on MinGW. It was more of a test to see how difficult the port would be. * dynamips-github This is based off of build 66 of the GNS3 dynamps github page (https://github.com/GNS3/dynamips) This is where I'm doing all my current work. Although the source tree is, as always the most up to date: https://sourceforge.net/p/dynamips-mingw/code/?source=navbar Since it is in git, you can pull the latest version with this: git clone git://git.code.sf.net/p/dynamips-mingw/code dynamips-mingw-code git clone http://git.code.sf.net/p/dynamips-mingw/code dynamips-mingw-code Keep in mind that this project tree includes all the dependancies.