- Posts: 521
Windows Build Env upgrade to GNU ARM Tools V4.8?
- RandMental
- Topic Author
- Offline
Less
More
06 Jan 2014 10:33 #18062
by RandMental
Windows Build Env upgrade to GNU ARM Tools V4.8? was created by RandMental
Hi PB
I normally build and test for Devo8 only but have a few Devo7e in my circle that need to get updated as well, so I would like to build for the 7e with all the features enabled and patched for the various added switches.
Are you perhps working on an upgrade to the Windows environment or is it worthwhile to (try and) update Windows Mingw environment to the latest V4.8 compiler/lib as well? Can you assist with guidelines or the best process?
I am not a Linux fundi, so any assistance will be appreciated.
RM
I normally build and test for Devo8 only but have a few Devo7e in my circle that need to get updated as well, so I would like to build for the 7e with all the features enabled and patched for the various added switches.
Are you perhps working on an upgrade to the Windows environment or is it worthwhile to (try and) update Windows Mingw environment to the latest V4.8 compiler/lib as well? Can you assist with guidelines or the best process?
I am not a Linux fundi, so any assistance will be appreciated.
RM
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
Less
More
- Posts: 317
06 Jan 2014 10:48 - 06 Jan 2014 10:50 #18063
by SadSack
Replied by SadSack on topic Windows Build Env upgrade to GNU ARM Tools V4.8?
Quite simple to update toolchain:)Install this
HERE
, remembering at the end of install too check 'add to paths' Then logout of windows, open minGW type arm-none-eabi-gcc -v and you'll see
Then you'll edit file in listed in this thread
edit: you can type 'arm-none-eabi-gcc -v' at command prompt as well
blah blah...........gcc version 4.8.3 20131129 (release) [ARM/embedded-4_8-branch revision 205641] (GNU Tools for ARM Embedded Processors)
Then you'll edit file in listed in this thread
edit: you can type 'arm-none-eabi-gcc -v' at command prompt as well
Last edit: 06 Jan 2014 10:50 by SadSack.
Please Log in or Create an account to join the conversation.
- RandMental
- Topic Author
- Offline
Less
More
- Posts: 521
06 Jan 2014 11:15 - 06 Jan 2014 13:11 #18068
by RandMental
Thanks - busy downloading....
Edit: and 30 minutes later I am building with V4.8! Thanks guys.
Replied by RandMental on topic Windows Build Env upgrade to GNU ARM Tools V4.8?
SadSack wrote: Quite simple to update toolchain:)Install this HERE , remembering at the end of install too check 'add to paths' Then logout of windows, open minGW type arm-none-eabi-gcc -v and you'll see
blah blah...........gcc version 4.8.3 20131129 (release) [ARM/embedded-4_8-branch revision 205641] (GNU Tools for ARM Embedded Processors)
Then you'll edit file in listed in this thread
edit: you can type 'arm-none-eabi-gcc -v' at command prompt as well
Thanks - busy downloading....
Edit: and 30 minutes later I am building with V4.8! Thanks guys.
Last edit: 06 Jan 2014 13:11 by RandMental.
Please Log in or Create an account to join the conversation.
Time to create page: 0.032 seconds
- Home
- Forum
- Development
- Development
- Windows Build Env upgrade to GNU ARM Tools V4.8?