Welcome, Guest. Please login or register.

Author Topic: Un*xcompiling in OS4  (Read 1372 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AMC258Topic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 877
    • Show only replies by AMC258
    • http://www.AMC258.com/
Un*xcompiling in OS4
« on: February 15, 2008, 01:54:54 AM »
Before I get started pulling my hair out trying to figure this one out does anyone have a quick answer?

What the heck is going wrong here:


and here:
Get up!  Get up!  Get outta here!  GONE!
  - Bob Uecker
 

Offline Hans_

Re: Un*xcompiling in OS4
« Reply #1 on: February 15, 2008, 02:40:08 AM »
Data storage interrupt means that a program tried to read/write memory that does not belong to it. It could just be a stack overflow. Some of the configure scripts require a lot of stack. Try entering "stack 1000000" before running configure.

BTW, if you click more, you get more information about the crash. You can even save a detailed crash log.

Hans
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work
 

Offline AMC258Topic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 877
    • Show only replies by AMC258
    • http://www.AMC258.com/
Re: Un*xcompiling in OS4
« Reply #2 on: February 15, 2008, 11:14:14 PM »
I had tried 200000, which I thought would be plenty.  Now, I tried 2000000, which doesn't help.

I have never found any useful information in the 'more' section of the GR.  Except the Ignore DSI button which rarely helps.  In fact, in this case, if I do that, every command in the script generates DSI errors.

Is there something wrong with my shell?  Of is this just a problem with OS4 Classic??
Get up!  Get up!  Get outta here!  GONE!
  - Bob Uecker
 

Offline AMC258Topic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 877
    • Show only replies by AMC258
    • http://www.AMC258.com/
Re: Un*xcompiling in OS4
« Reply #3 on: February 16, 2008, 12:10:38 AM »
My shell must be broken.  I can 'cd', and that's about it.  Everything else I do results in a DSI.  Right down to 'ls'.
Get up!  Get up!  Get outta here!  GONE!
  - Bob Uecker
 

Offline Hans_

Re: Un*xcompiling in OS4
« Reply #4 on: February 16, 2008, 03:57:54 AM »
That's strange. There's a new version of abc-shell on os4depot (here. It's newer than the one in the SDK.

Hans
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work
 

Offline AMC258Topic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 877
    • Show only replies by AMC258
    • http://www.AMC258.com/
Re: Un*xcompiling in OS4
« Reply #5 on: February 17, 2008, 04:47:01 PM »
Okay, this shell works.

But, now, I get a system deadlock at the checking C compiler's default output file part.
I'm starting to think it would just be easier to cross-compile this on a Sparc.
Get up!  Get up!  Get outta here!  GONE!
  - Bob Uecker