Bug 92042

Summary: [maintainer update]Update port: emulators/skyeye update to 1.2.0-RC4
Product: Ports & Packages Reporter: RuanWei <iamayan>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!