Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vbcc [2024/08/20 19:55] – [The C library] pulkomandy | vbcc [2024/08/27 17:20] (current) – [The configuration file] Fix typos, add missing asv pulkomandy | ||
---|---|---|---|
Line 66: | Line 66: | ||
-ccv=vbccunsp -I" | -ccv=vbccunsp -I" | ||
-as=vasmunsp_std -quiet -ile -Fvobj %s -o %s | -as=vasmunsp_std -quiet -ile -Fvobj %s -o %s | ||
+ | -asv=vasmunsp_std -ile -Fvobj %s -o %s | ||
-rm=rm %s | -rm=rm %s | ||
-rmv=rm %s | -rmv=rm %s | ||
- | -ld=vlink -ole -b rawbin1 -Cvbcc -T" | + | -ld=vlink -ole -b rawbin1 -Cvbcc -T" |
- | -ldv=vlink -ole -b rawbin1 -Cvbcc -T" | + | -ldv=vlink -ole -b rawbin1 -Cvbcc -T" |
- | -l2=vlink -ole -b rawbin1 -Cvbcc -T" | + | -l2=vlink -ole -b rawbin1 -Cvbcc -T" |
- | -l2v=vlink -ole -b rawbin1 -Cvbcc -T" | + | -l2v=vlink -ole -b rawbin1 -Cvbcc -T" |
</ | </ | ||
Line 396: | Line 397: | ||
</ | </ | ||
====== Running the compiler ====== | ====== Running the compiler ====== | ||
+ | |||
+ | Note: make sure you have set the VBCC environment variable as explained earlier, otherwise the compiler will not find the target configuration and will complain and not compile anything. | ||
To compile a .c file into a .o file: | To compile a .c file into a .o file: |