Amiga vbcc support

I know this is not going to be a common issue, so if you could help myself fix this using the current tools. I am trying to create a cross compile tool chain to code for the Amiga. Using vbcc as the compiler.

I have created a makefile project with a compiler.yaml - files included.

The code compiles but the clion ide is unable to find any reference to any included types and files. At the start of main.c are the headers, all not found - and hence the containing types.

#include <intuition/intuition.h>
#include <proto/dos.h>
#include <proto/intuition.h>

Any help would be useful.

All files have been attached.

My compiler directory structure is as follows, with environment variable VBCC pointing to the base of this.
├── bin
├── NDK_3.2
│   ├── Include_H
│   ├── Include_I
│   ├── lib
└── targets
   ├── m68k-amigaos
   └── m68k-kick13

Upload id: 2026_09_24_QMsHRgt687RM1nLS2Qf1Hc (files: Makefile and 2 more)

0

Please sign in to leave a comment.