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?
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