View Single Post
Old 05 March 2010, 20:09   #1
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
VBCC as cross sompiler under Linux

Hi there,

has anybody experiences using VBCC as a cross compiler Linux->AmigaOS? I've downloaded the sources and the target specific tarball, created directory bin/ and ran make. All questions about data types were answered with the standards (seemed quite reasonable).

Then I've copied config/aos68 to /etc, set VBCC to the source's directory and tried

Code:
./bin/vbccm68k +aos68k helloworld.c
Now VBCC complains about
Code:
 error 1: only one input file allowed 
 aborting... 
 1 error found!


EDIT: Using vc now instead of vbccm68k. That's better, but still does not work. Advice on using vbcc is still appreciated.

EDIT2: Yay, it works! You have to edit the config file aos86k to use Linux paths and commands, and don't forget to copy the updated version to /etc.

Last edited by gilgamesh; 05 March 2010 at 21:54.
gilgamesh is offline  
 
Page generated in 0.10035 seconds with 11 queries