Forum > Embedded - AVR

[SOLVED] How to install an AVR-cross-compiler for multiple AVR-subarches?

(1/4) > >>

Hartmut:
Some time ago I successfully installed FPC 3.2.2 with Lazarus 2.2.4 with AVR-cross-compiler for AVR-subarch 'avr5' by fpcupdeluxe version 2.2.0n on Linux Ubuntu 18.04 64-bit.

Now I need AVR-cross-compiler for AVR-subarch 'avr25'.

My question is: what will happen, if I use fpcupdeluxe again to install AVR-cross-compiler for AVR-subarch 'avr25'?
a) will I have subarches 'avr5' and 'avr25' both working?
b) or will I loose subarch 'avr5' to have 'avr25' working?
c) or will I damage my installation and have none of both?

Does somebody know this? Thanks in advance.

DonAlfredo:
As fpcupdeluxe makes isolated installs, you can just use (the latest version of) fpcupdeluxe to make a new install in a new directory and give it a try !
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.2.0qp

Thaddy:
I would suggest you run your cross-compiler in a terminal window and specify -ic. Then you can see if that sub-architecture might already be supported. Note that you may still need the correct toolchain but I guess you know that.

Hartmut:

--- Quote from: DonAlfredo on March 17, 2023, 09:32:44 am ---As fpcupdeluxe makes isolated installs, you can just use (the latest version of) fpcupdeluxe to make a new install in a new directory and give it a try !
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.2.0qp

--- End quote ---

Thank you DonAlfredo for your quick reply. But I don't want to make one additional Lazarus installation, if not really needed. AFAIK you are the father of fpcupdeluxe.
Please, what will happen, if I use fpcupdeluxe again to install AVR-cross-compiler for AVR-subarch 'avr25' over my existing 'avr5' installation?

a) will I have subarches 'avr5' and 'avr25' both working?
b) or will I loose subarch 'avr5' to have 'avr25' working?
c) or will I damage my installation and have none of both?

Thaddy:
Did you run my suggestion? Obviously not!

Navigation

[0] Message Index

[#] Next page

Go to full version