Page 1 of 1

Compiling to AROS with Cubic IDE add-on

Posted: Mon May 15, 2017 5:28 pm
by jPV
Compiling to AROS doesn't work with HW4Cubic add-on, you only get "Unknown target platform!" requester.

I solved it by adding this to the compile.rexx file:

Code: Select all

    when (EXETYPE = "AROS") then

        do
            OS      = "AROS (Intel)"
            EXETYPE = "aros"
        end

Re: Compiling to AROS with Cubic IDE add-on

Posted: Thu May 18, 2017 10:44 pm
by airsoftsoftwair
Thanks, fixed.