Compiling to AROS with Cubic IDE add-on

Discuss anything about the Hollywood plugins for Cubic IDE and Codebench here
Post Reply
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Compiling to AROS with Cubic IDE add-on

Post 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
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Compiling to AROS with Cubic IDE add-on

Post by airsoftsoftwair »

Thanks, fixed.
Post Reply