This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Update to the GNU toll chain

The GNU tool chain delivered with µVUSION3 is quiet old. Does anybody have an update that can easily replace that version ? I would love to learn how to build my own from the GNU/GCC source but I don't have the energy !

Parents
  • What do think ! They have to make a living too... Overtime the quality of the freeware improves dramatically but it takes time. But the other reality is that building these tools from the free software available is not that trivial (well, it should be trivial for Keil since they have setup the whole enviroment before).

    If you are using Linux the uclibc.org website has some "ready-made" binaries but for Windows you have to make your own.

    By the way, from my limited testing, the libraries that Keil is generously giving away are OK except for the printf implementation which is full of bugs... These bugs are well known and fixed in current sources...

Reply
  • What do think ! They have to make a living too... Overtime the quality of the freeware improves dramatically but it takes time. But the other reality is that building these tools from the free software available is not that trivial (well, it should be trivial for Keil since they have setup the whole enviroment before).

    If you are using Linux the uclibc.org website has some "ready-made" binaries but for Windows you have to make your own.

    By the way, from my limited testing, the libraries that Keil is generously giving away are OK except for the printf implementation which is full of bugs... These bugs are well known and fixed in current sources...

Children