Menu

#10 missing RTS support for tagged types  Edit

open
7
2012-07-10
2005-10-03
Rolf Ebert
No

The program

procedure T_N is
type T is tagged record
I : Integer;
end record;

begin
null;
end T_N;

compiled by

avr-gcc -c -mmcu=atmega169 t_n.adb

gives:

raised RTSFIND.RE_NOT_AVAILABLE : rtsfind.adb:467

Discussion

  • Rolf Ebert

    Rolf Ebert - 2006-04-24

    Logged In: YES
    user_id=82572

    I once got tagged types working. Let's see if I can include
    that in V0.5

     
  • Bernd Trog

    Bernd Trog - 2006-04-30

    Logged In: YES
    user_id=717464

    Hmm, I'm getting this now with 4.1:
    t_n.adb:2:09: construct not allowed in configurable run-time
    mode

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.