MorphOS SDK install question
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    is it just me or does this SDK not create the proper assignment for gg: on a new install?

    The reason I ask is, PortablE's PEGCC does not find g++ because there isnt a gg: assignment. I figured this package would install g++ and needed software + create the assignment too.

    Do I have to manually create gg: and run the new SDK installer?
  • »03.09.11 - 15:40
    Profile Visit Website
  • MorphOS Developer
    Henes
    Posts: 507 from 2003/6/14
    It sure does assign gg:

    You can check it.
    1. mossys:s/startup-sequence assigns sdk: if available
    1. mossys:s/startup-sequence executes sdk:startup if available
    2. sdk:startup does assign gg: sdk:gg

    Note: this requires specific handling into the startup-sequence and only works with recent 2.x MorphOS versions. No chance with 1.x and early 2.x like 2.0, 2.1 and so on...
  • »03.09.11 - 16:17
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    yea a dir on gg: doesnt work.. gg: isnt assigned and when I type g++, there is no such file found
  • »04.09.11 - 03:42
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2973 from 2003/3/5
    From: Canada
    See if you nave the SDK setup in your startup-sequence file - perhaps something overwrote it? Theree's also a MorphOSSDK var in ENV: that should contain the path to your sdk installation. If any of those are missing, SDK won't work.
  • »04.09.11 - 14:14
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    env:morphossdk contains:

    Development/

    There isnt a "Development" directory on my main MorphOS drive or on my secondary drive.

    Startup-sequence contains the following references to the SDK:

    if not exists ENV:MorphOSSDK NOREQ
    if exists SYS:Development NOREQ
    SetEnv MorphOSSDK SYS:Development
    endif
    endif
    if exists ENV:MorphOSSDK NOREQ
    Assign SDK: "$MorphOSSDK"
    if exists SDK:Startup NOREQ
    Execute >NIL: SDK:Startup
    endif
    endif


    Fatboy:MorphOS/S> cd sys:development
    directory not found
    Fatboy:MorphOS/S>
  • »05.09.11 - 00:55
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2973 from 2003/3/5
    From: Canada
    I suggest you reinstall the SDK then. Make sure the path that appears in the string above the install button contains a valid (absolute, as in: contains a : char) path.
  • »05.09.11 - 07:50
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    I've reinstalled the SDK over and over. I have a fresh install of MorphOS, Pack Ultimate, then I did the SDK about 3 times.
  • »08.09.11 - 00:24
    Profile Visit Website
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    TheMagicM,
    Note that Pack Ultimate is unofficial. You install it at your own risk.
  • »08.09.11 - 05:19
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2973 from 2003/3/5
    From: Canada
    Well... did you correct the path to, say, SYS:Development ? Does the env var reflect this (sdk installer should set it) ?
  • »08.09.11 - 06:52
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    I downloaded the most current SDK that you'all just released, reinstalled, and all is well!!! WOOOHOO!!!! This is bad ass!
    Thanks guys! Now to play with PortablE
  • »09.09.11 - 00:42
    Profile Visit Website