using vbcc compiler with codelite

CodeLite installation/troubleshooting forum
mbergmann-sh
CodeLite Curious
Posts: 1
Joined: Thu Sep 14, 2017 3:42 pm
Genuine User: Yes
IDE Question: C++
Contact:

using vbcc compiler with codelite

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: using vbcc compiler with codelite

Post by eranif »

"does not work" - not really helpful.

Can you post the build output that failed?
Make sure you have read the HOW TO POST thread
Post Reply