Welcome, Guest. Please login or register.

Author Topic: vbcc and NDK 3.9  (Read 2601 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
vbcc and NDK 3.9
« on: October 13, 2012, 12:29:00 AM »
I'm in the process of installing vbcc and the appropriate environment.  During the vbcc target install, it wants the header files provided with the NDK3.9.  I just unzipped that lha and there is a lot of stuff in it I am not sure I want or need.

Long and short - can I ditch the rest of the crap in the NDK file and just stick the header folder somewhere, or should I run the NDK installer and not fudge about?

Oh - I am installing this on an A2000 with limited HD space (12 megs?), stock 68000, 1M chip, 5M Fast.
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #1 on: October 13, 2012, 01:03:34 AM »
It asks for the system includes folder, which I am not sure which is which.  There is no specific system header folder, but likely candidates seem to be dos, or workbench.  this is in the include\include_h folder of NDK
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #2 on: October 13, 2012, 06:35:33 AM »
crikey.  error#80000003 all the time.

added Stack 40000 to my user startup
Next attempt is for StackAttack
then check my memory to see if its bad.

I wonder if I just don't have enough horsepower?  It says a 68000 will do it.

I have 1 meg chip and 5 megs fast - should be enough to do a simple compile.
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #3 on: October 13, 2012, 08:40:24 AM »
Running memcheck at the moment.  Can't escape the 80000003.  The very instant I hit return on a "vc foo.c" it crashes.
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #4 on: October 13, 2012, 02:43:37 PM »
Quote from: Thomas;711260
Well, from http://sun.hasenbraten.de/vbcc :

Sigh.  Its the little things that get you.  I guess I need to find a compiler that actually works on my amiga.
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #5 on: October 13, 2012, 03:19:32 PM »
Quote from: Thomas;711281
http://aminet.net/search?query=dice-3

Thanks, Thomas :)
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show all replies
Re: vbcc and NDK 3.9
« Reply #6 on: October 14, 2012, 06:41:28 AM »
Well, I never did get DICE working right - but I did finally get SAS/C 6.5 something to compile.  It was amazing how quick the compiler was.  Optimizations didn't seem to help much - I am assuming because hitting the 68000 target you are pretty much there :)