I rebuilt the mspgcc packages for Fedora 10:
- msp430-binutils 2.18
- msp430-gcc 3.2.3
- msp430-libc (from CVS on 2008-08-28)
- msp430-gdb 6.8
- msp430-gdbproxy 0.7 (includes udev rule).
Once again, you’ll find the specfiles and source RPMs in the same directory.
You can install them all by running:
su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc10.i386.rpm"
Update (13/02/2009): msp430-binutils is now in Fedora (as I wrote in this post).
Posted at 12:56 am on Saturday 13th December 2008
3 responses to “mspgcc RPMs for F10”
Site by Rob Gilton. © 2008 - 2019
I’d love to see these tools running on a BeagleBoard. :)
Anyway, thanks for such an interesting project.
Hi Jason,
Unfortunately I haven’t got around to sorting out my beagleboard situation. Soon perhaps, once the Student Robotics shipping experience has mostly passed.
R
Just a quick note too: It’s not currently possible to run msp430-gdbproxy on ARM, as it’s a binary blob for x86. More on this later possibly…