Re: [Flashforth-devel] building flashforth with avra?
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2021-03-30 06:48:52
|
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/bin avr-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-strip avr-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. |