[Skyeye-developer] A step-by-step instruction for skyeye on cygwin.
kang shuo
blackfin.kang at gmail.com
Mon Sep 18 23:09:04 CST 2006
I had tried some days and successfully run helloworld testcase on
skyeye in cygwin environment. The following is step-bystep
instruction:
1) download cygwin and install. I downloaded it from gro.clinux.org ,the url is
http://gro.clinux.org/frs/download.php/1607/cygwin-1.5.19-for-skyeye.tar.bz2
Note that you need to install all the package in cygwin software ,Or
you will miss some development tools.
2) download the newest release of SkyEye. I downloaded
skyeye-1.2-RC8-3.tar.bz2 pacjage from gro.clinux.org website. And
unzip the skyeye package and run "make" . Then in skyeye-v1/binary
directory there shoud be a file named skyeye.exe .
3) download a toolchain for cygwin. I download toolchain for arm from
http://www.gnuarm.com/ . The url is
http://www.gnuarm.com/bu-2.15_gcc-3.4.3-c-c++-java_nl-1.12.0_gi-6.1.exe
and install.
4) unzip the helloworld package in the attachment to get the
helloworld testcase. run make in the directory of hello4skyeye. Then
run
skyeye-v1/binary/skyeye.exe -e hello
5) You will see the hello world in the screen.
- Thanks
- Michael.Kang
On 9/18/06, Anthony Lee <don.anthony.lee at gmail.com> wrote:
> The patch attached by this mail for the purpose of compiling
> "skyeye-v1-20060915-snapshot.tar.gz" that released by Michael.Kang on
> MinGW or Cygwin.
> The patch file named "skyeye-v1-win32.patch.gz"
>
> The files shown below I'd removed:
> skyeye-v1/Makefile.MinGW32
> skyeye-v1/Makefile.win
> skyeye-v1/utils/stub/mingw_help.c
>
> The files show below I'd added:
> skyeye-v1/Readme.win32.cn
>
> The way show below for make it patched:
> ~ $ tar zxvf skyeye-v1-20060915-snapshot.tar.gz
> ~ $ gzip -d skyeye-v1-win32.patch.gz
> ~ $ cd skyeye-v1
> ~/skyeye-v1 $ patch -p1 < ../skyeye-v1-win32.patch
> ~/skyeye-v1 $ make
>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hello4Skyeye.zip
Type: application/zip
Size: 4105 bytes
Desc: not available
Url : http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20060918/d9e27537/Hello4Skyeye.zip
More information about the Skyeye-developer
mailing list