Errors during make
  • Cocoon
    Cocoon
    Madgun68
    Posts: 60 from 2003/4/16
    From: Spokane, Washi...
    I'm trying to compile a command line util. On a few of the files, I get the following error (as an example):

    descriptionpacket.cpp:54: Internal compiler error:
    descriptionpacket.cpp:54: Could not find a spill register

    This happens if I just use make. I can get the program to compile if I manually create the objects (leaving out the option to specify the config file exists.)

    Is there a way around this so I can get a clean build?
  • »15.07.04 - 10:38
    Profile
  • scf
  • Cocoon
    Cocoon
    scf
    Posts: 54 from 2003/6/3
    From: Ukraine
    To compile c++ code you need to use CISC's port of gcc from www.morphos.org
  • »15.07.04 - 16:50
    Profile
  • Cocoon
    Cocoon
    Madgun68
    Posts: 60 from 2003/4/16
    From: Spokane, Washi...
    I get a different error.. :-(

    commandline.h:140: Internal compiler error.
    commandline.h:140: Please submit a full bug report.
    commandline.h:140: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

    This is the correct version you were mentioning?
    gcc version 2.95.3 20010315 (release/cisc)
  • »15.07.04 - 18:35
    Profile