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
using vbcc compiler with codelite
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Sep 14, 2017 3:42 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: using vbcc compiler with codelite
"does not work" - not really helpful.
Can you post the build output that failed?
Can you post the build output that failed?
Make sure you have read the HOW TO POST thread