comp.lang.ada
 help / color / mirror / Atom feed
* Ada for ESP8266
@ 2017-12-21 11:59 Dmitry A. Kazakov
  2017-12-21 13:25 ` rrr.eee.27
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dmitry A. Kazakov @ 2017-12-21 11:59 UTC (permalink / raw)


Can anybody shed light regarding cross-compiler status and capacities of 
the RTS?

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 11:59 Ada for ESP8266 Dmitry A. Kazakov
@ 2017-12-21 13:25 ` rrr.eee.27
  2017-12-21 16:46   ` Simon Wright
  2017-12-21 13:54 ` Anders Wirzenius
  2017-12-21 15:29 ` Stéphane Rivière
  2 siblings, 1 reply; 7+ messages in thread
From: rrr.eee.27 @ 2017-12-21 13:25 UTC (permalink / raw)


On Thursday, December 21, 2017 at 12:59:22 PM UTC+1, Dmitry A. Kazakov wrote:
> Can anybody shed light regarding cross-compiler status and capacities of 
> the RTS?

I once built the cross-compiler only, but no RTS whatsoever (except system.ads). It must be still on my drive somewhere.

I'm not sure how to proceed, anyway (and where to find some time for proceeding). I still have difficulties building a compiler without RTS using the unpatched build machinery of FSF GNAT. My target configuration is to have minimal patches for building the compiler based on the FSF sources and have separate repositories for the RTSs similar to the Cortex guys.

Rolf

> 
> -- 
> Regards,
> Dmitry A. Kazakov
> http://www.dmitry-kazakov.de


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 11:59 Ada for ESP8266 Dmitry A. Kazakov
  2017-12-21 13:25 ` rrr.eee.27
@ 2017-12-21 13:54 ` Anders Wirzenius
  2017-12-22  5:15   ` Tero Koskinen
  2017-12-21 15:29 ` Stéphane Rivière
  2 siblings, 1 reply; 7+ messages in thread
From: Anders Wirzenius @ 2017-12-21 13:54 UTC (permalink / raw)


"Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> writes:

> Can anybody shed light regarding cross-compiler status and capacities
> of the RTS?

Try to contact Tero Koskinen.

http://arduino.ada-language.com/

-- 
Anders


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 11:59 Ada for ESP8266 Dmitry A. Kazakov
  2017-12-21 13:25 ` rrr.eee.27
  2017-12-21 13:54 ` Anders Wirzenius
@ 2017-12-21 15:29 ` Stéphane Rivière
  2018-01-03 16:50   ` Dmitry A. Kazakov
  2 siblings, 1 reply; 7+ messages in thread
From: Stéphane Rivière @ 2017-12-21 15:29 UTC (permalink / raw)


Hi Dmitry,

Le 21/12/2017 à 12:59, Dmitry A. Kazakov a écrit :
> Can anybody shed light regarding cross-compiler status

Ask Rolf (from Avr-Ada project).

Its github has ressources about this.

https://github.com/RREE

About Ada compiler for ESP8266 : ./esp8266-ada (empty)

About ESP8266 : ./esp8266-ada-rts (sources here)

SO I guess Rolf should have somewhere a functional cross-compiler build 
script...

-- 
Be Seeing You
Number Six

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 13:25 ` rrr.eee.27
@ 2017-12-21 16:46   ` Simon Wright
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Wright @ 2017-12-21 16:46 UTC (permalink / raw)


rrr.eee.27@gmail.com writes:

> I still have difficulties building a compiler without RTS
> using the unpatched build machinery of FSF GNAT.

For what it's worth ..

configure with --disable-libada
make
make -C gcc cross-gnattools ada.all.cross
make install

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 13:54 ` Anders Wirzenius
@ 2017-12-22  5:15   ` Tero Koskinen
  0 siblings, 0 replies; 7+ messages in thread
From: Tero Koskinen @ 2017-12-22  5:15 UTC (permalink / raw)
  To: Anders Wirzenius

Hi,

Anders Wirzenius wrote:
> "Dmitry A. Kazakov"<mailbox@dmitry-kazakov.de>  writes:
>
>> Can anybody shed light regarding cross-compiler status and capacities
>> of the RTS?
>
> Try to contact Tero Koskinen.
>
> http://arduino.ada-language.com/
>

I haven't tried GNAT with ESP8266.

But instead if you want, I have Arduino Zero (Atmel SAMD21) ZFP under 
work at https://bitbucket.org/tkoskine/zfp-samd21

-Tero

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ada for ESP8266
  2017-12-21 15:29 ` Stéphane Rivière
@ 2018-01-03 16:50   ` Dmitry A. Kazakov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry A. Kazakov @ 2018-01-03 16:50 UTC (permalink / raw)


On 2017-12-21 16:29, Stéphane Rivière wrote:
> Hi Dmitry,
> 
> Le 21/12/2017 à 12:59, Dmitry A. Kazakov a écrit :
>> Can anybody shed light regarding cross-compiler status
> 
> Ask Rolf (from Avr-Ada project).
> 
> Its github has ressources about this.
> 
> https://github.com/RREE
> 
> About Ada compiler for ESP8266 : ./esp8266-ada (empty)
> 
> About ESP8266 : ./esp8266-ada-rts (sources here)
> 
> SO I guess Rolf should have somewhere a functional cross-compiler build 
> script...

Thanks, that looks interesting. I just finished a small sample project 
of controlling a boiler through ESP8266. Maybe it would be possible to 
port that to Ada.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-03 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-21 11:59 Ada for ESP8266 Dmitry A. Kazakov
2017-12-21 13:25 ` rrr.eee.27
2017-12-21 16:46   ` Simon Wright
2017-12-21 13:54 ` Anders Wirzenius
2017-12-22  5:15   ` Tero Koskinen
2017-12-21 15:29 ` Stéphane Rivière
2018-01-03 16:50   ` Dmitry A. Kazakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox