How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-02-28 Thread Welwin Joseph via Cygwin
Hi, I am new to the concept of configuring crosscompiler from GCC , can anyone guide me on how to create/ Configure a cross compiler from GCC compiler for ARM cortex M4F using Cygwin. I am using a windows 10 PC, my target is arm cortexM4F TM4C129ENCPDT and I am using it as bareboard (no OS).

Re: How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-03-01 Thread Carlo B. via Cygwin
Hello, Il giorno dom 28 feb 2021 alle ore 09:29 Welwin Joseph via Cygwin ha scritto: > > Hi, > I am new to the concept of configuring crosscompiler from GCC , can anyone > guide me on how to create/ Configure a cross compiler from GCC compiler for > ARM cortex M4F using Cygwin. I am using a win