Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
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 NovaCoder

Re: vbcc and NDK 3.9
« Reply #1 on: October 13, 2012, 12:53:25 AM »
Just keep the includes folder I think
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: vbcc and NDK 3.9
« Reply #2 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 NovaCoder

Re: vbcc and NDK 3.9
« Reply #3 on: October 13, 2012, 02:30:12 AM »
No just point it to the includes root folder
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: vbcc and NDK 3.9
« Reply #4 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 Thomas

Re: vbcc and NDK 3.9
« Reply #5 on: October 13, 2012, 07:50:55 AM »
NDK_3.9/Include/include_h is the directory to choose during installation.

It's also a good idea to add NDK_3.9/Tools to the DOS path.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: vbcc and NDK 3.9
« Reply #6 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 Thomas

Re: vbcc and NDK 3.9
« Reply #7 on: October 13, 2012, 09:06:15 AM »
Quote from: TheBilgeRat;711209
Oh - I am installing this on an A2000 with limited HD space (12 megs?), stock 68000, 1M chip, 5M Fast.



Well, from http://sun.hasenbraten.de/vbcc :

Quote
vbcc_bin_amigaos68k.lha AmigaOS 2.x/3.x 68020+ binaries.

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: vbcc and NDK 3.9
« Reply #8 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 Thomas

Re: vbcc and NDK 3.9
« Reply #9 on: October 13, 2012, 03:06:58 PM »

Offline TheBilgeRatTopic starter

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

Thanks, Thomas :)
 

Offline runequester

  • It\'s Amiga time!
  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 3695
    • Show only replies by runequester
Re: vbcc and NDK 3.9
« Reply #11 on: October 13, 2012, 09:36:37 PM »
I dont have anything to add of use but... a 12 MB hard drive? Or 12 MB left?
 

Offline TheBilgeRatTopic starter

  • Hero Member
  • *****
  • Join Date: May 2010
  • Posts: 1657
    • Show only replies by TheBilgeRat
Re: vbcc and NDK 3.9
« Reply #12 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 :)