Skip to content

CNCBASHER/gcc4mbed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Version

GCC Version: GCC ARM Embedded 4.6-2012-q1-update
mbed SDK Version: Revision 43

Previous Versions

Code Sourcery G++ Lite 2011.03-42 with mbed SDK revision 28

Quick Start

These are the quick steps to get gcc4mbed installed on your computer:

  • Download the gcc4mbed compressed archive from https://github.com/adamgreen/gcc4mbed/zipball/master
  • Decompress and extract the contents of this archive.
  • Run the install script appropriate for your platform:
    • Windows: win_install.cmd
    • OS X: mac_install
    • Linux: linux_install
  • You can then run the BuildShell script which will be created during the install to properly configure the PATH environment variable. You may want to edit this script to further customize your development environment.

Important Notes:

  • Files will fail to install to a FAT based file system. Extract to a more appropriate file system (ie. NTFS on Windows) first and then copy to a FAT drive after installation.
  • If the installation should fail, please refer to win_install.log, linux_install.log, or mac_install.log. It will contain the details of the installation process and any errors that were encountered.
  • The OS X install only supports 64-bit Intel machines. The installers for the other platforms only install 32-bit Intel binaries.

More Information

Debugging: Learn how to use the GNU Debugger, GDB, with the new MRI debug monitor in GCC4MBED.

Overview: Overview and a bit of history related to this GCC4MBED project.

Installation: For more information about how to install and use the GCC4MBED project.

Makefile Configuration: Information about makefile options to customize your project's binary.

Porting: Notes on porting applications from mbed cloud compiler to offline GCC4MBED project.

Thanks

The author wants to thank Arthur Wolf for the posting he made back in May which kicked off this whole gcc4mbed project and for all of the testing and feedback he has given since.

Thanks to Felyza Wishbringer for writing the first Windows install script which provided the inspiration for the Windows, Mac, and Linux scripts that are now included in the gcc4mbed project.

Thanks for all of the others who have provided valuable feedback since this project was first released. Much of that feedback can be found in this mbed forum thread

Have fun!!

About

Project to allow offline GCC compilation of code using mbed cloud libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published