Re: [Flashforth-devel] building flashforth with avra?
Brought to you by:
oh2aun
From: Christopher H. <chr...@li...> - 2021-04-15 18:16:14
|
Hi, for those not willing to use MPLABX/XC8, do you have any instructions on how to build with avr-gcc toolchain? Christopher -----Original Message-----From: Mikael Nordman < mik...@fl...>To: Christopher Howard < chr...@li...>Cc: fla...@li...Subject: Re: [Flashforth-devel] building flashforth with avra?Date: Tue, 30 Mar 2021 09:48:32 +0300 XC8 is based on the Gnu Compiler toolchain.There is a free licence with the MPLABX and XC8 toolchains. These are the binaries you get.$ ls /opt/microchip/xc8/v2.32/avr/binavr-addr2line avr-as avr- c++filt avr-elfedit avr-gcc avr-gcc-ar avr-gcc-ranlib avr- gcov-tool avr-gdb-py avr-ld avr-man avr-objcopy avr- ranlib avr-size avr-stripavr-ar avr-c++ avr- cpp avr-g++ avr-gcc-5.4.0 avr-gcc-nm avr-gcov avr- gdb avr-gprof avr-ld.bfd avr-nm avr-objdump avr- readelf avr-strings I have not looked for the source code. I do not need it. If you do not want to use XC8 you can find prebuilt Gnu Compiler toolchains on the internet.For example here https://gnutoolchains.com/avr/ BR Mikael On 2021-03-29 23:28, Christopher Howard wrote: > I'm a little confused -- I'm not seeing anything by way of source > code or free software licensing for these projects. Is that something > you get access to after getting the installers to run on your > system...? > -----Original Message-----From: Mikael Nordman < > mik...@fl...> > Inspired by this question, I started to re-write FlashForth for > Atmega > to compile with the Microchip MPLABX and XC8 compiler. |