using vbcc compiler with codelite
Posted: Thu Sep 14, 2017 3:52 pm
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
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