Setting up VBCC to compile for 68k and OS4

2 posts / 0 new
Last post
broadblues
broadblues's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2012-05-02 21:48
Setting up VBCC to compile for 68k and OS4

I'm looking inot setting up VBCC initially as a cross compiler to 68k on my X1000 but potentially also to compile certain projects to AmigaOS4 with it.

The basic install is trivail but I'm not sure how and where to put includes for the likes of AmiTCP / RoadShow , AmiSSL etc. And for any other third party libs (libjpeg. etc)

Anyone have a working setup?

jabirulo
jabirulo's picture
Offline
Last seen: 40 min 3 sec ago
Joined: 2013-05-30 00:53
Re: Setting up VBCC to compile for 68k and OS4

Hi, I only have vbcc for OS4 and use a script to init assigns/paths/...:
;C:Assign SDK: DH1:Programar/SDK
C:Assign VBCC: SDK:VBCC
C:Assign vincludeos4: VBCC:targets/ppc-amigaos/include
C:Assign vincludeos4: SDK:include/include_h ADD
C:Assign vincludeos4: SDK:Local/common/include ADD
C:Assign vlibos4: VBCC:targets/ppc-amigaos/lib
Path vbcc:bin ADD
SetEnv VBCC vbbc:

So seems "C:Assign vincludeos4: SDK:Local/common/include ADD" is the place for common includes, and maybe fopr m68k it's just "C:Assign vincludem68k: SDK:Local/common/include ADD" if such includes are the same for os4 and m68k

AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P

Log in or register to post comments