• Order of the Butterfly
    Order of the Butterfly
    r-tea
    Posts: 301 from 2005/3/27
    From: Poland, Zdzies...
    Can anyone help me in checkin whether I have proper ECX installed?
    I did all according the official ECX.guide:
    1. extracted the ECX archive into DH1:Development/ECX (this is the original MorphOS SDK drawer)
    2. extracted AmigaE 3.3a archive into DH1:Development/E
    3. renamed compiler executable ECX.mos to ECX
    4. added to user-startup:

    ;Amiga E, ECX
    Assign EMODULES: HD1:Development/E/Modules
    Assign ECX: HD1:Development/ECX
    Assign ECXMODULES: ECX:modules
    Setenv ecx-amigaos-dir emodules: ecxmodules: ecxmodules:amigaos/
    Setenv ecx-morphos-dir emodules: ecxmodules: ecxmodules:morphos/
    Setenv ecx-amigaos4-dir emodules: ecxmodules: ecxmodules:amigaos4/
    COPY env:ecx#? envarc:
    Path ECX:bin ADD

    Then I tried to compile official MUI-Demo.e for 68k first, and it went very well.
    I did it this way:
    Code:
    ecx ram:MUI-Demo.e amigaos ddir=ram:


    but when I tried to compile it for MorphOS I got an error message:
    Code:
    Ram Disk:> ecx ram:mui-demo.e morphos ddir=ram:
    ECX 2.3.1 WIP (MorphOS,PPC) by Leif Salomonsson (c) 2002-2013.
    ECX 2.3.1 WIP MorphOS,PPC.
    Lexical and syntax analysis..
    +Preprocessing..
    ERROR: unknown label "MOVEA"
    Procedure: doMethod
    Line 927: MOVEA.L h,A0


    Is it bacause of invalid installation or might be there another reason?
    Mac mini G4@1,5GHz silent upgrade + Xerox Phaser 3140 + EPSON Perfection 1240U
    Commodore C64C + 2 x 1541II + Datasette + SD-Box

    I miss draggable screens... and do you? I know I'm in a minority unfortunately.
  • »02.03.16 - 22:35
    Profile