Page 1 of 1

using vbcc compiler with codelite

Posted: Thu Sep 14, 2017 3:52 pm
by mbergmann-sh
I'd like to use Volker Barthel's C Compiler (vbcc, a cross compiler for AmigaOS) with codelite and already gave it a try by cloning a mingw compiler and subsituting the compiler pathes - does not work.
vbcc consists of these components:
vc - the compiler interface, which invokes vbccm68k (the compiler itsself)
vlink - the linker
vprof - a profiler

typically, you would compile a source like this:
vc +aos68k -c99 -vv -O3 -size -lmieee -lamiga -lauto hello.c -o hello

How to add vbcc to the list of compilers? How to write a project template for it?

Kind regards,

Michael

Re: using vbcc compiler with codelite

Posted: Thu Sep 21, 2017 6:13 am
by eranif
"does not work" - not really helpful.

Can you post the build output that failed?