Re: [Flashforth-devel] building flashforth with avra?
Brought to you by:
oh2aun
From: Christopher H. <chr...@li...> - 2021-04-15 23:31:20
|
After some work searching around and getting registered at their Website, I was finally able to download source archive for XC8 2.31 at https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-ecosystem-downloads-archive#Source%20Archives . I don't know where are the sources for 2.32 - hopefully you are getting them with the the 2.32 binaries. The 2.31 archive contains modifications to avr-gcc. Hopefully that is all that I will need, beside figuring out the build commands of course. If XC8 outputs a list of avr-gcc calls that somebody could share, that would be helpful. I'm hoping all the definitions used in ff-xc8.asm are contained entirely in config-xc8.inc and avr-gcc toolchain but I've really got no idea at this point. Christopher -----Original Message----- From: Mikael Nordman <mik...@fl...> To: fla...@li... Subject: Re: [Flashforth-devel] building flashforth with avra? Date: Thu, 15 Apr 2021 23:44:47 +0300 I do not have instructions. I need to publish the XC8 instructions, have not done that yet. You can try with the avr-gcc, but I believe it does not support the .section .NRWW, code, address() directive. Microchip stated the address() part was their addition to XC8, but you can try. On 2021-04-15 21:15, Christopher Howard wrote: > Hi, for those not willing to use MPLABX/XC8, do you have any > instructions on how to build with avr-gcc toolchain? > _______________________________________________Flashforth-devel mailing lis...@li... https://lists.sourceforge.net/lists/listinfo/flashforth-devel |