Welcome, Guest. Please login or register.

Author Topic: Any VBCC users?  (Read 4262 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline HeiroglyphTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 1100
    • Show all replies
Any VBCC users?
« on: September 12, 2014, 06:33:23 AM »
I've been using SAS/C 6.58 with GNU make, but the lack of c99 features is starting to bug me.

Is anyone actually using VBCC?

I've used quite a few compilers but the VBCC docs make my eyes glaze over for some reason. Maybe it's the multi-platform layout and lack of examples. There's really not much info on the web about it other than the official source.

Anyway, do you find it worth bothering with and do you have any good sources of information or tutorials?

Could I still use the SAS debugger?

Thanks,
John
 

Offline HeiroglyphTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 1100
    • Show all replies
Re: Any VBCC users?
« Reply #1 on: September 13, 2014, 01:50:46 AM »
I think my problem is the windows vbcc binaries themselves.

I've been having weird build problems and I thought it was a misunderstanding on my part.

I finally said forget it, I'll try the Amiga version and it worked with no problem.

So has anyone else got so much as a hello world out of vbcc for windows?

The only binaries I found were the ones marked "Windows Binaries for Win->AmigaOS cross compiler; alpha test version!" on the vbcc home page.
 

Offline HeiroglyphTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 1100
    • Show all replies
Re: Any VBCC users?
« Reply #2 on: September 13, 2014, 06:58:00 AM »
Ok, so far so good!

If I use "-g -hunkdebug" then I can still use the SAS source level debugger.

I'm not sure how it will react to using long longs, but I'm sure I can work around that when the time comes.
 

Offline HeiroglyphTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 1100
    • Show all replies
Re: Any VBCC users?
« Reply #3 on: September 13, 2014, 05:49:54 PM »
Quote from: Leffmann;772930
If you have f.ex. Visual C++ installed then you can build it all from source. It does take a bit of fiddling and editing of make files, but that's an intrinsic property of Windows more than anything.

I can upload my finished Windows binaries instead if you prefer that, and you'll just have to set a couple of variables, and copy the M68K-AmigaOS target and AmigaOS 3.9 NDK archives to complete the installation.


I'd rather not build it at the moment, I've spent enough time screwing around with the bad binaries that I'd like to get back to writing code.

I certainly wouldn't turn down known working Windows binaries, but the Amiga version is working really well.
 

Offline HeiroglyphTopic starter

  • Hero Member
  • *****
  • Join Date: Jun 2010
  • Posts: 1100
    • Show all replies
Re: Any VBCC users?
« Reply #4 on: September 15, 2014, 06:36:05 PM »
Can anyone tell me where I can find exactly what is in each of the .lib files included with vbcc? For example, vc.lib?

Is the source or documentation for these available somewhere? The manual only gives a very broad overview of them.

I want to link in the minimal set that is needed rather than including everything for each executable but without this information it's impossible to make an informed decision.

Thanks,
John