On Mon, Jul 13, 2015 at 4:10 PM, nehal982Ss <[email protected]> wrote: > > > Hello , > > > > Redirected from here : https://github.com/RIOT-OS/RIOT/wiki/Family:-ARM > > i need to get CodeSourcery Codebench Lite Edition For ARM Eabi as it seems it > is not available anymore.
What platform are you building for? Why do you specifically need the CodeSourcery toolchain? Most (all?) developers use the gcc-arm-embedded toolchain at https://launchpad.net/gcc-arm-embedded or Debian's gcc-arm-none-eabi (available in the standard Debian/Ubuntu repositories). Our CI system compiles all examples and tests for all ARM platforms using the gcc-arm-embedded toolchain and it seems to work fine over there. If you are on Windows I would recommend installing Linux in a virtual machine (e.g. using VirtualBox or VMWare) for your development. Most of our developers are using either Ubuntu or OSX, with a few exceptions, e.g. FreeBSD, Gentoo (Linux). Other developers will be able to help you with any issues regarding programmers or toolchain much more quickly if you use Linux or OSX than if you want to build on Windows. Best regards, Joakim > > Many thanks and Best Regards, > > Family: ARM · RIOT-OS/RIOT Wiki · GitHub > RIOT - The friendly OS for IoT > Read more... > > > > _______________________________________________ > devel mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/devel > _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
