Bug 92042 - [maintainer update]Update port: emulators/skyeye update to 1.2.0-RC4
Summary: [maintainer update]Update port: emulators/skyeye update to 1.2.0-RC4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 07:10 UTC by RuanWei
Modified: 2006-01-25 12:44 UTC (History)
0 users

See Also:


Attachments
file.diff (23.80 KB, patch)
2006-01-20 07:10 UTC, RuanWei
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RuanWei 2006-01-20 07:10:09 UTC
              Update port: emulators/skyeye update to 1.2.0-RC4
remove follow files:
patch-Makefile.in
patch-etc_Makefile.in
patch-gdb_doc_Makefile.in
patch-sim_arm_armdefs.h
patch-sim_arm_configure
patch-sim_arm_skyeye-ne2k.c
patch-sim_arm_skyeye_net_tuntap.c
patch-sim_arm_skyeye_net_vnet.c
patch-tcl_unix_Makefile.in
patch-usegtk-1.2.sh
patch-usegtk-2.0.sh


add new files:
patch-Makefile
patch-arch_coldfire_Makefile



new features: 
.support Blackfin, ColdFire CPUs (Not ARM). 
.support Intel XScale PXA 270. 
.support more debugger functions. 
.can run on Mingw/Windows. 
.updated DBCT functions to speedup simulation. 
. add several useful compiling options when you need special functions on SkyEye. 
. fix several bugs. 
.....
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-20 15:07:51 UTC
State Changed
From-To: open->feedback

Isn't this missing pkg-plist?
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-21 12:31:50 UTC
State Changed
From-To: feedback->open

It does not, I was mistaken.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-22 18:50:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-22 20:10:05 UTC
State Changed
From-To: open->feedback

Can't get it to compile: 

gcc -g -O2 -DSTANDALONE -DDEFAULT_INLINE=0  -DMODET -DMODET -I arch/arm -I arch/arm/common/ -I arch/arm/common/mmu/ -I arch/arm/mach/ -I arch/bfin/common -I arch/bfin/mach -I arch/coldfire/common -I device/ -I device/net -I device/lcd -I device/flash -I utils/share -I utils/main -I utils/config `pkg-config gtk+-2.0 --cflags` -I/usr/local/include -DARM -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -o binary/skyeye binary/skyeye.o --start-group  `pkg-config gtk+-2.0 --libs` -L/usr/local/lib -Lbinary -lutils -larm -ldev -lbfin -lcoldfire -lbfd -liberty --end-group 
/usr/bin/ld: cannot find -liberty 
gmake: *** [binary/skyeye] Error 1 
*** Error code 2
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-25 12:44:41 UTC
State Changed
From-To: feedback->closed

Committed, thanks!