Re: [Vala] Can i use vala for cross compiling?
- From: Joshua Lee <muzili gmail com>
- To: Jan Niklas Hasse <jhasse gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Can i use vala for cross compiling?
- Date: Mon, 28 Dec 2009 17:41:25 +0800
Hi Jan,
That works, thanks.
Best regards,
Joshua
On Mon, 28 Dec 2009, Jan Niklas Hasse wrote:
On Mon, Dec 28, 2009 at 4:37 AM, Joshua Lee <muzili gmail com> wrote:
Hi All,
I would like to use vala in embedded device, so can vala generate the
target binary directly? For example,
'mipsel-linux-gnu-valac hello.vala -o hello' for the mips platform.
BTW, is there any plan to add vala to GCC compiler collections?
Thanks a lot.
BR/JL
You can use the -cc option. E.g.:
valac -cc=mipsel-linux-gnu-gcc hello.vala -o hello
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]