Welcome, Guest. Please login or register.

Author Topic: vbcc and aos 3.1  (Read 2368 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline yakumo9275Topic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2008
  • Posts: 301
    • Show all replies
    • http://mega-tokyo.com/blog
vbcc and aos 3.1
« on: September 11, 2011, 01:17:37 AM »
I have latest vbcc/vlink/vasm compiled just tonight and I have NDK 3.1 from the dev cd from vesalia. Trying to compile some stuff has thrown a bunch of errors.

I tracked it to in vbcc using CONST_STRPTR which appeared in exec/types.h v44... only NDK 3.1, exec/types.h shows v40.1...

found a def for that for
next one missing was a definition of CONST so I just #defined CONST const

now I'm missing the structs for AVL trees... cant find that anywhere in ndk 3.1 :(

so can vbcc not compile for aos3.1? :( the m68k-target seems full of non 3.1 stuff....
--/\\-[ Stu ]-/\\--
Commodore 128DCR, JiffyDOS, Ultimate 1541 II, uIEC/SD, CBM 1902A  Monitor
 

Offline yakumo9275Topic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2008
  • Posts: 301
    • Show all replies
    • http://mega-tokyo.com/blog
Re: vbcc and aos 3.1
« Reply #1 on: September 11, 2011, 03:09:07 AM »
thanks, I have the ndk's they are all on the dev cd. So the 3.5ndk is fully 3.1 backward compat? I thought 3.5 was only for AOS/Workbench 3.5? etc, each NDK tied to the version of workbench?
--/\\-[ Stu ]-/\\--
Commodore 128DCR, JiffyDOS, Ultimate 1541 II, uIEC/SD, CBM 1902A  Monitor