English Amiga Board


Go Back   English Amiga Board > Support > support.OtherUAE

 
 
Thread Tools
Old 20 November 2010, 19:17   #1
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
PUAE 2.3.1 beta series

PUAE 2.3.1 beta series:
http://github.com/GnoStiC/PUAE

* i don't supply binaries for any os
* this version fixes a lot of bugs (and introduces new ones)
* this is just a "keep alive" release
* this version works for me (ubuntu 10.10 32bit on hp dv7-2133et, macosx 10.6.5 32bit on macbook pro i7)
* for bug reports "Toni Wilen rules" apply; "not working is not a bug report"
GnoStiC is offline  
Old 20 November 2010, 21:45   #2
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Hi GnoStiC

I've tested to compile the last source with:

Code:
./configure CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32" --with-sdl --with-sdl-sound --with-sdl-gl --with-sdl-gfx --enable-drvsnd
make
and get errors:

Code:
Undefined symbols:
  "_save_ide", referenced from:
      _save_state_internal in savestate.o
      _savestate_capture in savestate.o
  "_blkdev_vsync", referenced from:
      _vsync_handler_pre in custom.o
  "_restore_ide", referenced from:
      _savestate_rewind in savestate.o
  "_restore_gayle", referenced from:
      _savestate_rewind in savestate.o
  "_save_gayle", referenced from:
      _save_state_internal in savestate.o
      _savestate_capture in savestate.o
  "_restore_cdtv_finish", referenced from:
      _savestate_restore_finish in savestate.o
  "_save_cd", referenced from:
      _save_state_internal in savestate.o
  "_restore_akiko_finish", referenced from:
      _savestate_restore_finish in savestate.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [uae] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
any ideas?
nexusle is offline  
Old 20 November 2010, 21:56   #3
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
fixed and pushed..

Quote:
Originally Posted by nexusle View Post
Hi GnoStiC
I've tested to compile the last source with:
and get errors:
GnoStiC is offline  
Old 20 November 2010, 22:06   #4
Wicked_Digger
Registered User
 
Join Date: Sep 2010
Location: St. Petersburg, Russia
Posts: 50
How you configure Qt build without m4 module?

Last edited by Wicked_Digger; 21 November 2010 at 04:42.
Wicked_Digger is offline  
Old 20 November 2010, 23:34   #5
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Ok, PUAE build on OS X but has the same errors:

1. With JIT and CPU from 68020 above PUAE crashes
2. With bsdsocket PUAE crashes
3. Picasso96 don't work

Here is my config

Last edited by nexusle; 27 January 2013 at 20:09.
nexusle is offline  
Old 21 November 2010, 11:58   #6
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
1) remove the line
Code:
cachesize=8192
from your config file.

2) found a bug here, PUAE may crash while quitting
3) will check

Quote:
Originally Posted by nexusle View Post
Ok, PUAE build on OS X but has the same errors:

1. With JIT and CPU from 68020 above PUAE crashes
2. With bsdsocket PUAE crashes
3. Picasso96 don't work

Here is my config
GnoStiC is offline  
Old 21 November 2010, 11:59   #7
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
QT is not finished yet :}

Quote:
Originally Posted by Wicked_Digger View Post
How you configure Qt build without m4 module?
GnoStiC is offline  
Old 21 November 2010, 12:49   #8
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Quote:
Originally Posted by GnoStiC View Post
1) remove the line
Code:
cachesize=8192
from your config file.
Why?

This ist the cache size for JIT. If I remove this line, I'll get no JIT...
nexusle is offline  
Old 21 November 2010, 15:52   #9
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Code:
foul@foulnux:~/Téléchargements/GnoStiC-PUAE-7d9b7ea$ ./bootstrap.sh 
.
.
Please Wait..
.
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
..almost over..
.
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Done. Thank you.
.
foul@foulnux:~/Téléchargements/GnoStiC-PUAE-7d9b7ea$
Code:
foul@foulnux:~/Téléchargements/GnoStiC-PUAE-7d9b7ea$ make -j5
Making all in src
make[1]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src »
make  all-recursive
make[2]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src »
Making all in tools
make[3]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/tools »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/tools »
Making all in md-amd64-gcc
make[3]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/md-amd64-gcc »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/md-amd64-gcc »
Making all in td-posix
make[3]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/td-posix »
gcc -DHAVE_CONFIG_H -I. -I../../src  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -DCPU_64_BIT -D__x86_64__ -DSHM_SUPPORT_LINKS=1 -I../../src/include -I../../src -I../../src  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -pthread -g -O2  -DUSE_XKB -DXKB_PATH=\"/usr/share/X11/xkb/rules/\"   -g -O2 -MT thread.o -MD -MP -MF .deps/thread.Tpo -c -o thread.o thread.c
mv -f .deps/thread.Tpo .deps/thread.Po
rm -f libthreaddep.a
ar cru libthreaddep.a thread.o 
ranlib libthreaddep.a
make[3]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/td-posix »
Making all in gfx-x11
make[3]: entrant dans le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/gfx-x11 »
gcc -DHAVE_CONFIG_H -I. -I../../src  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -DCPU_64_BIT -D__x86_64__ -DSHM_SUPPORT_LINKS=1 -I../../src/include -I../../src -I../../src  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -pthread -g -O2  -DUSE_XKB -DXKB_PATH=\"/usr/share/X11/xkb/rules/\"    -DUSE_XKB -DXKB_PATH=\"/usr/share/X11/xkb/rules/\" -g -O2 -MT xwin.o -MD -MP -MF .deps/xwin.Tpo -c -o xwin.o xwin.c
gcc -DHAVE_CONFIG_H -I. -I../../src  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -DCPU_64_BIT -D__x86_64__ -DSHM_SUPPORT_LINKS=1 -I../../src/include -I../../src -I../../src  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -pthread -g -O2  -DUSE_XKB -DXKB_PATH=\"/usr/share/X11/xkb/rules/\"    -DUSE_XKB -DXKB_PATH=\"/usr/share/X11/xkb/rules/\" -g -O2 -MT x11keys.o -MD -MP -MF .deps/x11keys.Tpo -c -o x11keys.o x11keys.c
In file included from x11keys.c:20:
../../src/include/options.h:497: warning: ‘struct zfile’ declared inside parameter list
../../src/include/options.h:497: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from x11keys.c:23:
../../src/include/hotkeys.h: In function ‘handle_hotkey_event’:
../../src/include/hotkeys.h:38: warning: implicit declaration of function ‘handle_input_event’
In file included from xwin.c:24:
../../src/include/options.h:497: warning: ‘struct zfile’ declared inside parameter list
../../src/include/options.h:497: warning: its scope is only this definition or declaration, which is probably not what you want
x11keys.c: At top level:
x11keys.c:36: warning: no previous prototype for ‘get_xkb_keycodes’
x11keys.c:432: warning: no previous prototype for ‘xkeysym2amiga’
x11keys.c: In function ‘xkeysym2amiga’:
x11keys.c:437: warning: enumeration value ‘KBD_LANG_TR’ not handled in switch
x11keys.c: At top level:
x11keys.c:486: warning: no previous prototype for ‘get_x11_default_hotkeys’
In file included from xwin.c:37:
../../src/include/hotkeys.h: In function ‘handle_hotkey_event’:
../../src/include/hotkeys.h:38: warning: implicit declaration of function ‘handle_input_event’
xwin.c: In function ‘graphics_subinit’:
xwin.c:816: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:886: warning: implicit declaration of function ‘inputdevice_release_all_keys’
xwin.c: In function ‘graphics_init’:
xwin.c:910: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:911: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:912: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:913: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c: In function ‘check_prefs_changed_gfx’:
xwin.c:1218: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1218: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1219: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:1219: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:1222: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1222: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1223: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:1223: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:1232: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1232: error: ‘struct uae_prefs’ has no member named ‘gfx_width_win’
xwin.c:1233: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c:1233: error: ‘struct uae_prefs’ has no member named ‘gfx_height_win’
xwin.c: At top level:
xwin.c:1258: warning: no previous prototype for ‘mousehack_allowed’
xwin.c:1266: warning: no previous prototype for ‘DX_Invalidate’
xwin.c:1283: warning: no previous prototype for ‘DX_BitsPerCannon’
xwin.c:1328: warning: no previous prototype for ‘DX_SetPalette’
xwin.c:1345: warning: no previous prototype for ‘DX_SetPalette_vsync’
xwin.c:1355: warning: no previous prototype for ‘DX_Fill’
xwin.c:1361: warning: no previous prototype for ‘DX_Blit’
xwin.c:1372: warning: no previous prototype for ‘DX_FillResolutions’
xwin.c:1450: error: conflicting types for ‘gfx_set_picasso_modeinfo’
../../src/include/picasso96.h:719: note: previous declaration of ‘gfx_set_picasso_modeinfo’ was here
xwin.c:1532: warning: no previous prototype for ‘is_vsync’
xwin.c:1639: warning: initialization from incompatible pointer type
xwin.c:1640: warning: initialization from incompatible pointer type
xwin.c:1642: warning: initialization from incompatible pointer type
xwin.c:1643: warning: initialization from incompatible pointer type
xwin.c:1644: warning: initialization from incompatible pointer type
xwin.c:1645: warning: initialization from incompatible pointer type
xwin.c:1646: warning: initialization from incompatible pointer type
xwin.c:1648: warning: initialization from incompatible pointer type
xwin.c:1648: warning: missing initializer
xwin.c:1648: warning: (near initialization for ‘inputdevicefunc_mouse.get_flags’)
xwin.c: In function ‘init_kb’:
xwin.c:1698: error: ‘kbmaps’ undeclared (first use in this function)
xwin.c:1698: error: (Each undeclared identifier is reported only once
xwin.c:1698: error: for each function it appears in.)
xwin.c: At top level:
xwin.c:1752: warning: initialization from incompatible pointer type
xwin.c:1753: warning: initialization from incompatible pointer type
xwin.c:1755: warning: initialization from incompatible pointer type
xwin.c:1756: warning: initialization from incompatible pointer type
xwin.c:1757: warning: initialization from incompatible pointer type
xwin.c:1758: warning: initialization from incompatible pointer type
xwin.c:1759: warning: initialization from incompatible pointer type
xwin.c:1760: warning: initialization from incompatible pointer type
xwin.c:1795: warning: no previous prototype for ‘gfx_save_options’
xwin.c:1802: warning: no previous prototype for ‘gfx_parse_option’
xwin.c: In function ‘gfx_parse_option’:
xwin.c:1804: warning: passing argument 4 of ‘cfgfile_yesno’ from incompatible pointer type
../../src/include/options.h:525: note: expected ‘_Bool *’ but argument is of type ‘int *’
xwin.c:1805: warning: passing argument 4 of ‘cfgfile_yesno’ from incompatible pointer type
../../src/include/options.h:525: note: expected ‘_Bool *’ but argument is of type ‘int *’
xwin.c:1806: warning: passing argument 4 of ‘cfgfile_yesno’ from incompatible pointer type
../../src/include/options.h:525: note: expected ‘_Bool *’ but argument is of type ‘int *’
xwin.c:1807: warning: passing argument 4 of ‘cfgfile_yesno’ from incompatible pointer type
../../src/include/options.h:525: note: expected ‘_Bool *’ but argument is of type ‘int *’
xwin.c: At top level:
xwin.c:1810: warning: no previous prototype for ‘gfx_default_options’
make[3]: *** [xwin.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
mv -f .deps/x11keys.Tpo .deps/x11keys.Po
make[3]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src/gfx-x11 »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /media/Stock/home/Téléchargements/GnoStiC-PUAE-7d9b7ea/src »
make: *** [all-recursive] Erreur 1
foul@foulnux:~/Téléchargements/GnoStiC-PUAE-7d9b7ea$
Some errors .. doesn't compile here on Kubuntu 10.10 64bits

Last edited by Foul; 21 November 2010 at 19:15.
Foul is offline  
Old 22 November 2010, 23:40   #10
jakob.joergense
 
Posts: n/a
User-end UAE on intel mac?

Hi hi. Pretty new in this EAB forum.

I use Mac and have found my self with the E-UAE which runs via Rosetta. It's a sort of bummer, doing a dual emulator to run Amiga. Feels kind of slow even though it's an i7.

Does anyone know of a native intel UAE (user-end) program?

Have read about PUAE, but I understand it not an user-end program. I'm not a coder and would not know how to convert code to program.

Any inputs?
 
Old 23 November 2010, 16:59   #11
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Simply use the Universal version of E-UAE: Link
nexusle is offline  
Old 24 November 2010, 09:30   #12
Vairn
The Grim-Button
 
Vairn's Avatar
 
Join Date: Jan 2008
Location: Melbourne Australia
Age: 43
Posts: 414
I have put a mac build in the zone, of puae.
It works on my mac.
There is no GUI, you can use your one from E-UAE tho.
Vairn is offline  
Old 25 November 2010, 17:19   #13
gururise
 
Posts: n/a
I tried compiling PUAE on Ubuntu 10.10 (64-bit) by running the "build-linux-nojit.sh" script included in the archive, and I get the following error:

Code:
Making all in caps
make[3]: Entering directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src/caps'
gcc -DHAVE_CONFIG_H -I. -I../../src  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAMAX -DGAYLE -DNCR -DA2091 -DAGA -DAUTOCONFIG -DFILESYS -DSCSIEMU -DSCSIEMU_LINUX_IOCTL -DA2091 -DCDTV -DCD32 -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -DCPU_64_BIT -D__x86_64__  -I../../src/include -I../../src -I../../src  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -g -O2 -DUSE_GL   -g -O2 -MT caps.o -MD -MP -MF .deps/caps.Tpo -c -o caps.o caps.c
mv -f .deps/caps.Tpo .deps/caps.Po
rm -f libcaps.a
ar cru libcaps.a caps.o 
ranlib libcaps.a
make[3]: Leaving directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src/caps'
make[3]: Entering directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src'
gcc -DHAVE_CONFIG_H -I.  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAMAX -DGAYLE -DNCR -DA2091 -DAGA -DAUTOCONFIG -DFILESYS -DSCSIEMU -DSCSIEMU_LINUX_IOCTL -DA2091 -DCDTV -DCD32 -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND -DCPU_64_BIT -D__x86_64__  -I../src/include -I../src -I../src -I..  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -g -O2 -DUSE_GL   -g -O2  cpuemu_0.c -c -o cpuemu_0.o
In file included from cpuemu_0.c:3:
../src/include/options.h:497: warning: ‘struct zfile’ declared inside parameter list
../src/include/options.h:497: warning: its scope is only this definition or declaration, which is probably not what you want
cpuemu_0.c: In function ‘op_0400_0_ff’:
cpuemu_0.c:1856: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0410_0_ff’:
cpuemu_0.c:1877: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0418_0_ff’:
cpuemu_0.c:1899: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0420_0_ff’:
cpuemu_0.c:1922: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0428_0_ff’:
cpuemu_0.c:1943: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0430_0_ff’:
cpuemu_0.c:1966: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0438_0_ff’:
cpuemu_0.c:1985: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0439_0_ff’:
cpuemu_0.c:2005: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0440_0_ff’:
cpuemu_0.c:2025: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0450_0_ff’:
cpuemu_0.c:2046: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0458_0_ff’:
cpuemu_0.c:2068: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0460_0_ff’:
cpuemu_0.c:2091: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0468_0_ff’:
cpuemu_0.c:2112: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0470_0_ff’:
cpuemu_0.c:2135: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0478_0_ff’:
cpuemu_0.c:2154: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0479_0_ff’:
cpuemu_0.c:2174: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0480_0_ff’:
cpuemu_0.c:2194: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0490_0_ff’:
cpuemu_0.c:2215: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0498_0_ff’:
cpuemu_0.c:2237: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_04a0_0_ff’:
cpuemu_0.c:2260: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_04a8_0_ff’:
cpuemu_0.c:2281: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_04b0_0_ff’:
cpuemu_0.c:2304: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_04b8_0_ff’:
cpuemu_0.c:2323: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_04b9_0_ff’:
cpuemu_0.c:2343: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_0600_0_ff’:
cpuemu_0.c:2498: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:2499: error: called object ‘regflags.x = regflags.cznv’ is not a function
--cut--
cpuemu_0.c: In function ‘op_9070_4_ff’:
cpuemu_0.c:37451: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_907b_4_ff’:
cpuemu_0.c:37475: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_90b0_4_ff’:
cpuemu_0.c:37498: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_90bb_4_ff’:
cpuemu_0.c:37522: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_9130_4_ff’:
cpuemu_0.c:37576: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_9170_4_ff’:
cpuemu_0.c:37599: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_91b0_4_ff’:
cpuemu_0.c:37622: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d030_4_ff’:
cpuemu_0.c:38186: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38187: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d03b_4_ff’:
cpuemu_0.c:38210: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38211: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d070_4_ff’:
cpuemu_0.c:38233: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38234: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d07b_4_ff’:
cpuemu_0.c:38257: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38258: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d0b0_4_ff’:
cpuemu_0.c:38281: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d0bb_4_ff’:
cpuemu_0.c:38305: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d130_4_ff’:
cpuemu_0.c:38358: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38359: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d170_4_ff’:
cpuemu_0.c:38381: warning: comparison of promoted ~unsigned with unsigned
cpuemu_0.c:38382: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_d1b0_4_ff’:
cpuemu_0.c:38405: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e0f0_4_ff’:
cpuemu_0.c:38461: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e1f0_4_ff’:
cpuemu_0.c:38483: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e2f0_4_ff’:
cpuemu_0.c:38504: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e3f0_4_ff’:
cpuemu_0.c:38524: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e4f0_4_ff’:
cpuemu_0.c:38545: error: called object ‘regflags.x = regflags.cznv’ is not a function
cpuemu_0.c: In function ‘op_e5f0_4_ff’:
cpuemu_0.c:38566: error: called object ‘regflags.x = regflags.cznv’ is not a function
make[3]: *** [cpuemu_0.o] Error 1
make[3]: Leaving directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/gene/Downloads/GnoStiC-PUAE-f1a9545/src'
make: *** [all-recursive] Error 1
 
Old 26 November 2010, 16:04   #14
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
should be ok now

Quote:
Originally Posted by gururise View Post
I tried compiling PUAE on Ubuntu 10.10 (64-bit) by running the "build-linux-nojit.sh" script included in the archive, and I get the following error:
[/code]
GnoStiC is offline  
Old 26 November 2010, 16:05   #15
GnoStiC
PUAE maintainer
 
GnoStiC's Avatar
 
Join Date: Feb 2010
Location: fort lauderdale
Posts: 195
can you try again?

Quote:
Originally Posted by nexusle View Post
3. Picasso96 don't work
GnoStiC is offline  
Old 26 November 2010, 19:24   #16
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Compilation ok for me
Foul is offline  
Old 26 November 2010, 22:10   #17
nexusle
Banned
 
Join Date: Jul 2010
Location: Earth
Age: 46
Posts: 500
Quote:
Originally Posted by GnoStiC View Post
can you try again?
Same as before. The card is found but I see no modes in Screenmode. With Picasso96Modes I can't create modes! In E-UAE (and WinUAE) I get automatically all available modes in Screenmode.

The Emulation is unbelievable slow. E-UAE is even faster, also without JIT in 68020 Emu.
nexusle is offline  
Old 28 November 2010, 18:06   #18
joufflu
Registered User
 
Join Date: Nov 2010
Location: nice / France
Posts: 15
Hi GnoStiC,

I managed to compile latest PUAE version on my macbook pro (core I5) but I have a weird problem with keyboard mapping. for example, I load the workbench 1.3, launch a shell window but keys "A" or "V" does not work. I tried to set kbd_lang to "fr" or "en" with no success.

I does not work with an apple keyboard plugged too.

Here is my compilation line : (from cocoa script)

Code:
./bootstrap.sh
./configure --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd  CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
make clean
make
here is the configuration file :

Code:
cpu_type=68000
chipset=ocs
collision_level=playfields
chipmem_size=4
bogomem_size=0
fastmem_size=4
kickstart_rom_file=/Users/j/Developpement/puae/KICK13.ROM
sdl.use_gl=true
floppy0sound=-1
show_leds=true
kbd_lang=fr
sound_output=normal
Did I miss something ? or the mapping done in quartz_rawkeys.c is not up to date ?

Thanks by advance and congratulations for your work with PUAE.
joufflu is offline  
Old 28 November 2010, 22:36   #19
gururise
 
Posts: n/a
Compiling now works fine; however, everything on screen has a yellow hue for some reason:



Here is my .uaerc file:
Quote:
cpu_type=68000
chipset=ecs
collision_level=playfields
chipmem_size=4
bogomem_size=0
fastmem_size=4
gfxcard_size=4
z3mem_size=16
kickstart_rom_file=/home/gene/dnloads/Roms/Amiga/kick13.rom
sdl.use_gl=true
floppy0sound=-1
show_leds=true
Any suggestions?

I am running Ubuntu 10.10 (64-bit) with ATI 3200HD graphics using the fglrx 10.10 driver.
 
Old 30 November 2010, 14:29   #20
Doc Mindie
In deep Trouble
 
Join Date: Sep 2004
Location: Manchester, Made in Norway
Age: 51
Posts: 841
Someone fancy sharing the Ubuntu42... I mean, 10.10 version of the binary?
Doc Mindie is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
PUAE 2.4.0 beta series GnoStiC support.OtherUAE 74 26 January 2016 12:37
PUAE 2.3.3 beta series GnoStiC support.OtherUAE 95 05 January 2012 19:18
PUAE 2.3.0 beta series GnoStiC support.OtherUAE 222 28 January 2011 06:09
PUAE 2.2.0 beta series GnoStiC support.OtherUAE 65 15 September 2010 16:24
PUAE 2.2.1 beta series GnoStiC support.OtherUAE 36 23 August 2010 16:32

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:59.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12381 seconds with 16 queries