X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=d278b8d199f0e9895defa0b4f6723d5d9c4d5239;hb=c4562dda050adea8254ae815c17ed6aba87dd94b;hp=fab7c502885c61ae8e790facaab19a69388bbdf7;hpb=4cb03220910ab94ee62882ce82e956c6839712af;p=summon-arm-toolchain.git diff --git a/README b/README index fab7c50..d278b8d 100644 --- a/README +++ b/README @@ -16,13 +16,18 @@ Currently tested and known to work target platforms: Currently tested and known to work host platforms: -------------------------------------------------- * Linux 32bit and 64bit (Debian unstable) -* Mac OS X Leopard with MacPorts +* Mac OS X Snow Leopard with MacPorts Notes for Mac OS X users: ------------------------- You need to install gmp, mpfr, mpc and libiconv packages using MacPorts, DarwinPorts or fink. GCC-4.5.1 requires them. +port install gmp mpfr libmpc + +For xml support in gdb you may want to install expat too. And add the +--with-expat parameter to GDB target. + Notes for Linux users: ---------------------- You need to install several packages on debian just run: @@ -33,3 +38,6 @@ libmpc-dev autoconf texinfo build-essential You may want to try running the following comand instead too: apt-get build-dep gcc-4.5 + +For xml support in gdb you may want to install libexpat1 and libexpat1-dev +too.