Re: [crisos] Having some problems with the DarwinFox SDK |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
- To: crisos@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [crisos] Having some problems with the DarwinFox SDK
- From: Claudio <claudyus84@xxxxxxxxx>
- Date: Sat, 28 Feb 2009 14:35:39 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=eYwu2h7lNr/0UN/g+VmnSJsWZUIQsMlvaY188DqcGtw=; b=j5FUiLcMSUC9aCuVzytpofUSxZVfFRW2T10ijiiR1Aa6xWj1IA6LFWZLGLFPbMXMnL e0mpHw4+wXZp8Nhg4DGBjFTBMsIozSzeZUYZ/7NId8THn35WT6TjAPZrLvxcTfZ8tHYd nomODcuRVFGX1eG2nOWf/qbKqLhBkLMfyx5AQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=g+uIl/jdx9/Y990LBJT0kodcyhQupvTAz2Am2oL48iyPmMrxmwQifQhCH8PtQlN04U 2pyykVpZSYVtLTVrWBt/jPTFtLW/iCItDVpWEfV0YUivYBLk/IoS7ZFMh/x/cOwsBmre ojWHpWNHD50SdRfo8KzN3zEmOtoLc+fAmzNRc=
Hi
2009/2/20 Joonas Sarajärvi <muepsj@xxxxxxxxx>:
> Hello
>
> I recently discovered CrisOS and have the firmware image [1]
> succesfully installed to a Fox board. The firmware itself seems to
> works fine, but it seems I need some assistance with setting up the
> SDK, in order to eventually add some custom-written software to it.
>
> The first thing is that the svn checkout command doesn't checkout the
> openwrt trunk, while the instructions [2] say that it would do it. I
Yes, I correct the wiki.
> have manually checked out the openwrt trunk into the darwinfox/openwrt
> directory (which was originally missing). Is this how I am supposed to
> do it?
>
> After having got the openwrt directory downloaded, I have proceeded
> into getting the SDK into place. There are very little instructions on
> how to just get the SDK without making a CrisOS image at all. In the
> make menuconfig menus, I selected to build the SDK and also tried to
> select some suitable minimal CrisOS settings.
>
> Is the configuration used to build the DarwinFox 8.09 image at the
> download page available somewhere? I'd prefer using it as a base if I
> need to do a custom image.
>
> I am now trying to get building some custom software for the Foxboard,
> but am now stuck at getting the hello example at [3] working.
>
> I have created the following files:
>
> muep@konttori2:~/DarwinFox$ ls -R darwinfox/openwrt/package/hello
> darwinfox/openwrt/package/hello:
> files Makefile src
>
> darwinfox/openwrt/package/hello/files:
>
> darwinfox/openwrt/package/hello/src:
> hello.c main.c Makefile
> muep@konttori2:~/DarwinFox$
>
> With the upper Makefile contents as follows:
>
> muep@konttori2:~/DarwinFox$ cat darwinfox/openwrt/package/hello/Makefile
> #helloworld makefile
> include $(TOPDIR)/rules.mk
>
> PKG_NAME:=helloworld
> PKG_RELEASE:=1
> PKG_VERSION:=0.1
>
> PKG_BUILD_DEPENDS:=
>
> include $(INCLUDE_DIR)/package.mk
>
> define Package/helloworld
> SECTION:=utils
> CATEGORY:=Utilities
> DEPENDS:=@TARGET_ETRAX
This example was made for alpha release, at that time the depens was
calle TARGET_ETRAX now it is called TARGET_etrax :D
Try to comment out DEPENDS line or use "DEPENDS:=@TARGET_etrax" insrtread..
Let me know if this works.
Regards
---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list
For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.