Compiling under cygwin

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Compiling under cygwin

    The problem which i am facing right now is that when i compile my
    program using Cygwin.This error keeps popping up.Is it because my
    program has exceeded some limited size ??

    $ make all
    m68k-palmos-gcc -c CareLog.c -o CareLog.o
    m68k-palmos-gcc CareLog.o -o CareLog
    /usr/m68k-palmos/bin/ld: region coderes is full (CareLog section
    ..text)
    /usr/m68k-palmos/lib/crt0.o(.text+0x70): In function `start':
    crt0.c:72: relocation truncated to fit: DISP16 __do_dtors
    /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function
    `__do_dtors':
    hooks.c:76: relocation truncated to fit: DISP16 start
    collect2: ld returned 1 exit status
    make: *** [CareLog] Error 1

    Can anybody help me out in this regard.

    Kind regards,
    Husnain Malik
    Husnain Malik Guest

  2. Similar Questions and Discussions

    1. Question #1 - Cygwin X and AIX
      Hi People. I'm new to this ng, and I come here now, since, according to my knowledge of seek-and-though-shalt-find, this is my last resort. All of...
    2. DBD::Oracle on cygwin
      hi, on HP-UX (and probably anything unix-like) you don't need a full oracle client installation to compile DBD::Oracle; a couple headers and the...
    3. Compile of DB::DB2 on cygwin
      Any suggestions on how to get DBD::DB2 to compile using cygwin and gcc? Is it even possible, are the libaries compatible? Changing the loader...
    4. Class::DBI under Cygwin
      Has anyone had success getting Class::DBI or Class::DBI working under cygwin? I think I have all the pre-reqs working just not Class::DBI. Here's...
    5. cygwin or activestate ?
      Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using...
  3. #2

    Default Compiling under cygwin

    The problem which i am facing right now is that when i compile my
    program using Cygwin.This error keeps popping up.Is it because my
    program has exceeded some limited size ??

    $ make all
    m68k-palmos-gcc -c CareLog.c -o CareLog.o
    m68k-palmos-gcc CareLog.o -o CareLog
    /usr/m68k-palmos/bin/ld: region coderes is full (CareLog section
    ..text)
    /usr/m68k-palmos/lib/crt0.o(.text+0x70): In function `start':
    crt0.c:72: relocation truncated to fit: DISP16 __do_dtors
    /usr/m68k-palmos/lib/libcrt.a(hooks.o)(.text+0xe0): In function
    `__do_dtors':
    hooks.c:76: relocation truncated to fit: DISP16 start
    collect2: ld returned 1 exit status
    make: *** [CareLog] Error 1

    Can anybody help me out in this regard.

    Kind regards,
    Husnain Malik
    Husnain Malik Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139