es40-developers Mailing List for AlphaServer ES40 Emulator
Status: Alpha
Brought to you by:
iamcamiel
You can subscribe to this list here.
2008 |
Jan
|
Feb
(132) |
Mar
(117) |
Apr
(27) |
May
(1) |
Jun
(16) |
Jul
|
Aug
|
Sep
(4) |
Oct
(5) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
(6) |
2
(2) |
3
|
4
(4) |
5
(17) |
6
(7) |
7
|
8
|
9
|
10
|
11
(1) |
12
|
13
|
14
(25) |
15
(3) |
16
(5) |
17
(7) |
18
(7) |
19
(14) |
20
(10) |
21
(1) |
22
|
23
|
24
(1) |
25
(1) |
26
(1) |
27
(1) |
28
|
29
(1) |
30
(1) |
31
(2) |
|
|
|
|
|
From: Paco L. <pac...@gm...> - 2008-03-05 22:36:45
|
Hi: Problem solved :) Apt-get remove libpocoxxx (in debian systems) Get latest Poco lib from their home: http://pocoproject.org/poco/download.php?uri=http://prdownloads.sourceforge.net/poco/poco-1.3.2.tar.gz?download compile, install poco .. and.. compile es40 without problems Paco On Wed, Mar 5, 2008 at 11:10 PM, Paco Linux <pac...@gm...> wrote: > Hi: > > Seems that in debian systems the Poco library is ver 1.2: ??? > > :/usr/include/Poco$ more Thread.h > // > // Thread.h > // > // $Id: //poco/1.2/Foundation/include/Poco/Thread.h#1 $ > > > And the Poco library in the web is : POCO C++ Libraries 1.3.2 > > Paco > > > > On Wed, Mar 5, 2008 at 10:54 PM, Paco Linux <pac...@gm...> wrote: > > > I have the same problem : > > > > paco@javier:~/es40/src$ make clean > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o > > gui/*.mao gui/*.slo gui/*.do > > paco@javier:~/es40/src$ make > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp > > -o AliM1543C.o > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp > > -o AliM1543C_ide.o > > AliM1543C_ide.cpp: In constructor > > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': > > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro > > llamado 'getName' > > make: *** [AliM1543C_ide.o] Error 1 > > paco@javier:~/es40/src$ gcc -v > > Usando especificaciones internas. > > Objetivo: i486-linux-gnu > > Configurado con: ../src/configure -v > > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > > --enable-shared --with-system-zlib --libexecdir=/usr/lib > > --without-included-gettext --enable-threads=posix --enable-nls > > --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug > > --enable-mpfr --enable-checking=release i486-linux-gnu > > Modelo de hilos: posix > > gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > > paco@javier:~/es40/src$ locate libPoco > > /usr/lib/libPocoXML.so.2 > > /usr/lib/libPocoFoundationd.so > > /usr/lib/libPocoXML.so > > /usr/lib/libPocoFoundationd.so.2 > > /usr/lib/libPocoNetd.so > > /usr/lib/libPocoXMLd.so > > /usr/lib/libPocoXMLd.so.2 > > /usr/lib/libPocoNetd.so.2 > > /usr/lib/libPocoNetSSLd.so > > /usr/lib/libPocoFoundation.so.2 > > /usr/lib/libPocoNetSSL.so.2 > > /usr/lib/libPocoUtil.so > > /usr/lib/libPocoNetSSL.so > > /usr/lib/libPocoFoundation.so > > /usr/lib/libPocoNet.so > > /usr/lib/libPocoUtil.so.2 > > /usr/lib/libPocoNetSSLd.so.2 > > /usr/lib/libPocoNet.so.2 > > /usr/lib/libPocoUtild.so.2 > > /usr/lib/libPocoUtild.so > > paco@javier:~/es40/src$ > > > > Paco > > > > > > > > On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo < > > pep...@ya...> wrote: > > > > > Hi! > > > > > > I've just updated from cvs and I have these little > > > problems: > > > > > > In the new Makefile > > > CCTUNINGFLAGS = -O3 -mtune=core2 > > > Only works for that processor > > > For GCC 4.2 you can use -mtune=native > > > > > > Compilation errors: > > > nvlinux:/opt/es40_cvs/es40/src# make > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > > > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > > > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AliM1543C_ide.cpp -o > > > AliM1543C_ide.o > > > In file included from AliM1543C_ide.cpp:182: > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:290: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:311: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:311: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:311: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:311: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:311: warning: deprecated conversion > > > from string constant to 'char*' > > > AliM1543C_ide.cpp: In constructor > > > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, > > > CSystem*, int, int)': > > > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > > > no member named 'getName' > > > make: *** [AliM1543C_ide.o] Error 1 > > > nvlinux:/opt/es40_cvs/es40/src# > > > > > > > > > > > > > > > > > > ______________________________________________ > > > Enviado desde Correo Yahoo! > > > Disfruta de una bandeja de entrada más inteligente. > > > http://es.docs.yahoo.com/mail/overview/index.html > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > |
From: Paco L. <pac...@gm...> - 2008-03-05 22:10:26
|
Hi: Seems that in debian systems the Poco library is ver 1.2: ??? :/usr/include/Poco$ more Thread.h // // Thread.h // // $Id: //poco/1.2/Foundation/include/Poco/Thread.h#1 $ And the Poco library in the web is : POCO C++ Libraries 1.3.2 Paco On Wed, Mar 5, 2008 at 10:54 PM, Paco Linux <pac...@gm...> wrote: > I have the same problem : > > paco@javier:~/es40/src$ make clean > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o > gui/*.mao gui/*.slo gui/*.do > paco@javier:~/es40/src$ make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp -o > AliM1543C.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp > -o AliM1543C_ide.o > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro > llamado 'getName' > make: *** [AliM1543C_ide.o] Error 1 > paco@javier:~/es40/src$ gcc -v > Usando especificaciones internas. > Objetivo: i486-linux-gnu > Configurado con: ../src/configure -v > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug > --enable-mpfr --enable-checking=release i486-linux-gnu > Modelo de hilos: posix > gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > paco@javier:~/es40/src$ locate libPoco > /usr/lib/libPocoXML.so.2 > /usr/lib/libPocoFoundationd.so > /usr/lib/libPocoXML.so > /usr/lib/libPocoFoundationd.so.2 > /usr/lib/libPocoNetd.so > /usr/lib/libPocoXMLd.so > /usr/lib/libPocoXMLd.so.2 > /usr/lib/libPocoNetd.so.2 > /usr/lib/libPocoNetSSLd.so > /usr/lib/libPocoFoundation.so.2 > /usr/lib/libPocoNetSSL.so.2 > /usr/lib/libPocoUtil.so > /usr/lib/libPocoNetSSL.so > /usr/lib/libPocoFoundation.so > /usr/lib/libPocoNet.so > /usr/lib/libPocoUtil.so.2 > /usr/lib/libPocoNetSSLd.so.2 > /usr/lib/libPocoNet.so.2 > /usr/lib/libPocoUtild.so.2 > /usr/lib/libPocoUtild.so > paco@javier:~/es40/src$ > > Paco > > > > On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo < > pep...@ya...> wrote: > > > Hi! > > > > I've just updated from cvs and I have these little > > problems: > > > > In the new Makefile > > CCTUNINGFLAGS = -O3 -mtune=core2 > > Only works for that processor > > For GCC 4.2 you can use -mtune=native > > > > Compilation errors: > > nvlinux:/opt/es40_cvs/es40/src# make > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AliM1543C_ide.cpp -o > > AliM1543C_ide.o > > In file included from AliM1543C_ide.cpp:182: > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:290: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:311: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:311: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:311: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:311: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.h:311: warning: deprecated conversion > > from string constant to 'char*' > > AliM1543C_ide.cpp: In constructor > > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, > > CSystem*, int, int)': > > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > > no member named 'getName' > > make: *** [AliM1543C_ide.o] Error 1 > > nvlinux:/opt/es40_cvs/es40/src# > > > > > > > > > > > > ______________________________________________ > > Enviado desde Correo Yahoo! > > Disfruta de una bandeja de entrada más inteligente. > > http://es.docs.yahoo.com/mail/overview/index.html > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > |
From: Paco L. <pac...@gm...> - 2008-03-05 22:04:25
|
I have the same problem : paco@javier:~/es40/src$ make clean rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do paco@javier:~/es40/src$ make g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp -o AliM1543C_ide.o AliM1543C_ide.cpp: In constructor 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro llamado 'getName' make: *** [AliM1543C_ide.o] Error 1 paco@javier:~/es40/src$ gcc -v Usando especificaciones internas. Objetivo: i486-linux-gnu Configurado con: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Modelo de hilos: posix gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) paco@javier:~/es40/src$ locate libPoco /usr/lib/libPocoXML.so.2 /usr/lib/libPocoFoundationd.so /usr/lib/libPocoXML.so /usr/lib/libPocoFoundationd.so.2 /usr/lib/libPocoNetd.so /usr/lib/libPocoXMLd.so /usr/lib/libPocoXMLd.so.2 /usr/lib/libPocoNetd.so.2 /usr/lib/libPocoNetSSLd.so /usr/lib/libPocoFoundation.so.2 /usr/lib/libPocoNetSSL.so.2 /usr/lib/libPocoUtil.so /usr/lib/libPocoNetSSL.so /usr/lib/libPocoFoundation.so /usr/lib/libPocoNet.so /usr/lib/libPocoUtil.so.2 /usr/lib/libPocoNetSSLd.so.2 /usr/lib/libPocoNet.so.2 /usr/lib/libPocoUtild.so.2 /usr/lib/libPocoUtild.so paco@javier:~/es40/src$ Paco On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo <pep...@ya...> wrote: > Hi! > > I've just updated from cvs and I have these little > problems: > > In the new Makefile > CCTUNINGFLAGS = -O3 -mtune=core2 > Only works for that processor > For GCC 4.2 you can use -mtune=native > > Compilation errors: > nvlinux:/opt/es40_cvs/es40/src# make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C_ide.cpp -o > AliM1543C_ide.o > In file included from AliM1543C_ide.cpp:182: > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, > CSystem*, int, int)': > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > no member named 'getName' > make: *** [AliM1543C_ide.o] Error 1 > nvlinux:/opt/es40_cvs/es40/src# > > > > > > ______________________________________________ > Enviado desde Correo Yahoo! > Disfruta de una bandeja de entrada más inteligente. > http://es.docs.yahoo.com/mail/overview/index.html > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Pepito G. <pep...@ya...> - 2008-03-05 21:10:33
|
Hi! I'll try to answer both questions > Which version of g++ are you using? About GCC: nvlinux:/opt/es40_cvs/es40/src# gcc --version gcc (GCC) 4.2.3 (Debian 4.2.3-1) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. nvlinux:/opt/es40_cvs/es40/src# g++ --version g++ (GCC) 4.2.3 (Debian 4.2.3-1) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. About Poco: debian package:libpoco-dev 1.2.9-2 I think this means version 2.9 but i'm not completely sure! sorry. --- Camiel Vanderhoeven <iam...@gm...> escribió: > Hello Pepito, > > This: > > > AliM1543C_ide.cpp:293: error: 'class > Poco::Thread' has > > no member named 'getName' > > Is strange. What version of Poco are you using? > > Camiel. > ______________________________________________ ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome |
From: Brian W. <bdw...@in...> - 2008-03-05 20:59:21
|
Crud. It got to 10% and then the CPU thread died. On Wed, 2008-03-05 at 15:53 -0500, Brian Wheeler wrote: > I went back through the ide stuff and renamed the semaphores and mutexes > to make a bit more sense. In any case after making less-is-more locking > changes, VMS seems to boot ok, and I'm running an install right now. > > There is an overall regression: slave devices don't seem to be > recognized by freebsd, but srm sees them. > > Brian > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ Es40-developers mailing list Es4...@li... https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Brian W. <bdw...@in...> - 2008-03-05 20:53:36
|
I went back through the ide stuff and renamed the semaphores and mutexes to make a bit more sense. In any case after making less-is-more locking changes, VMS seems to boot ok, and I'm running an install right now. There is an overall regression: slave devices don't seem to be recognized by freebsd, but srm sees them. Brian |
From: Camiel V. <iam...@gm...> - 2008-03-05 20:26:56
|
Hello Pepito, This: > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > no member named 'getName' Is strange. What version of Poco are you using? Camiel. |
From: Brian W. <bdw...@in...> - 2008-03-05 20:26:40
|
On Wed, 2008-03-05 at 21:11 +0100, Pepito Grillo wrote: > Hi! > > I've just updated from cvs and I have these little > problems: > > In the new Makefile > CCTUNINGFLAGS = -O3 -mtune=core2 > Only works for that processor > For GCC 4.2 you can use -mtune=native > My bad, I forgot to reset it when I submitted my patch. It should be 'generic' > Compilation errors: > nvlinux:/opt/es40_cvs/es40/src# make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C_ide.cpp -o > AliM1543C_ide.o > In file included from AliM1543C_ide.cpp:182: > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, > CSystem*, int, int)': > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > no member named 'getName' > make: *** [AliM1543C_ide.o] Error 1 > nvlinux:/opt/es40_cvs/es40/src# > > > Which version of g++ are you using? > > > ______________________________________________ > Enviado desde Correo Yahoo! > Disfruta de una bandeja de entrada más inteligente. http://es.docs.yahoo.com/mail/overview/index.html > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Pepito G. <pep...@ya...> - 2008-03-05 20:11:40
|
Hi! I've just updated from cvs and I have these little problems: In the new Makefile CCTUNINGFLAGS = -O3 -mtune=core2 Only works for that processor For GCC 4.2 you can use -mtune=native Compilation errors: nvlinux:/opt/es40_cvs/es40/src# make g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp -o AliM1543C_ide.o In file included from AliM1543C_ide.cpp:182: AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:290: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.cpp: In constructor 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has no member named 'getName' make: *** [AliM1543C_ide.o] Error 1 nvlinux:/opt/es40_cvs/es40/src# ______________________________________________ Enviado desde Correo Yahoo! Disfruta de una bandeja de entrada más inteligente. http://es.docs.yahoo.com/mail/overview/index.html |
From: Hittner, D. T. <dav...@ng...> - 2008-03-05 20:05:31
|
Well, at least there is a workaround - use the win32 gui instead of the SDL gui. Using the win32 gui *does* work - it's just that the win32 gui seems to have even more problems with failure to erase scrolled characters than the SDL gui does, and seems to "lock up" more frequently as well. :-( Thanks! Dave > -----Original Message----- > From: Camiel Vanderhoeven [mailto:iam...@gm...] > Sent: Wednesday, March 05, 2008 2:01 PM > To: Hittner, David T. > Cc: ES40 Developer Discussions > Subject: Re: New Threading stuff > > This is very strange... > > The call to SDL_SetVideoMode() in > bx_sdl_gui_c::dimension_update() never returns, which means > that the Cirrus' thread blocks the GUI lock. This lock in > turn blocks the CPU thread once it starts initializing the > graphics controller... > > This does not happen when using the win32 gui, only with SDL, > which explains why I haven't caught it (although - of course > - I really should have). > > I have no idea at this point what could cause this. > > Camiel. > > On Wed, Mar 5, 2008 at 7:13 PM, Camiel Vanderhoeven > <iam...@gm...> wrote: > > Hi David, > > > > > > On Wed, Mar 5, 2008 at 6:32 PM, Hittner, David T. > <dav...@ng...> wrote: > > > I downloaded the new threaded CVS, downloaded POCO, and > built it > > > (Release-Shared). > > > I did not delete any rom files or change my ES40.cfg file. > > > I then copied PocoFoundation.dll to my ES40 bin > directory, where > > SDL.dll > is. > > > > > > When I run ES40, this is what I see in the console, and it just > > hangs > there; > the SDL console never initializes. What am I > > doing wrong? > > > > I don't think you're doing anything wrong, I just tried > it, and it > > gets into a kind of deadlock on the VGA initialization. CPU > usage of > > the emulator drops to zero... I need to look into this. > > > > Camiel. > > > |
From: Brian W. <bdw...@in...> - 2008-03-05 19:02:06
|
I forgot to attach this last time. |
From: Camiel V. <iam...@gm...> - 2008-03-05 19:01:26
|
This is very strange... The call to SDL_SetVideoMode() in bx_sdl_gui_c::dimension_update() never returns, which means that the Cirrus' thread blocks the GUI lock. This lock in turn blocks the CPU thread once it starts initializing the graphics controller... This does not happen when using the win32 gui, only with SDL, which explains why I haven't caught it (although - of course - I really should have). I have no idea at this point what could cause this. Camiel. On Wed, Mar 5, 2008 at 7:13 PM, Camiel Vanderhoeven <iam...@gm...> wrote: > Hi David, > > > On Wed, Mar 5, 2008 at 6:32 PM, Hittner, David T. <dav...@ng...> wrote: > > I downloaded the new threaded CVS, downloaded POCO, and built it > > (Release-Shared). > > I did not delete any rom files or change my ES40.cfg file. > > I then copied PocoFoundation.dll to my ES40 bin directory, where SDL.dll > > is. > > > > When I run ES40, this is what I see in the console, and it just hangs > > there; > > the SDL console never initializes. What am I doing wrong? > > I don't think you're doing anything wrong, I just tried it, and it > gets into a kind of deadlock on the VGA initialization. CPU usage of > the emulator drops to zero... I need to look into this. > > Camiel. > |
From: Brian W. <bdw...@in...> - 2008-03-05 19:00:57
|
I've made a bunch of changes to the IDE code to make it more thread friendly: * ide thread no longer consumes 60%+ cpu time when active * seems faster than before (when it works :) * Separate threads for each controller chip. * interrupt triggering simplified greatly * dma_transfer blocks until busmaster sets semaphore Config: 256M, one serial port, no scsi or vga. FreeBSD 6.3: Seems ok, though it times out on occasion, but recovers Tru64 5.1B: Boots ok, but times out during device probe OpenVMS 8.3: Boots to the banner and then deadlocks NetBSD 3.1.1: Boots and probes ok, loses interrupts, but recovers. Gentoo 2007.0: Boots and hangs at its usual place. On the timeouts: Is it possible those really _are_ timeouts and not just problems related to sequencing? When I added a 3ms sleep to the interrupt code (just to slow it down a tad), the timeouts shot up something fierce. Is there any way to underclock the CPU? Brian |
From: Camiel V. <iam...@gm...> - 2008-03-05 18:14:03
|
Hi David, On Wed, Mar 5, 2008 at 6:32 PM, Hittner, David T. <dav...@ng...> wrote: > I downloaded the new threaded CVS, downloaded POCO, and built it > (Release-Shared). > I did not delete any rom files or change my ES40.cfg file. > I then copied PocoFoundation.dll to my ES40 bin directory, where SDL.dll > is. > > When I run ES40, this is what I see in the console, and it just hangs > there; > the SDL console never initializes. What am I doing wrong? I don't think you're doing anything wrong, I just tried it, and it gets into a kind of deadlock on the VGA initialization. CPU usage of the emulator drops to zero... I need to look into this. Camiel. |
From: Camiel V. <iam...@gm...> - 2008-03-05 17:46:49
|
Hi Fausto, I've used the economy package, and I didn't come across that command. I've added pre-built development (.lib) and runtime (.dll) libraries to the download page on sourceforge. Camiel. On Wed, Mar 5, 2008 at 6:18 PM, Fausto Saporito <fa...@un...> wrote: > Hello Camiel, > > this is very interesting news... > Just a question about POCO libraries: which one we have to compile? > the light version, or the enterprise? > I'm trying to compile and install the light one, but I have a problem > because the visual studio file looks for "mc" command. > > What's that command? > Do you have the same problem? > > regards, > fausto > > > > Quoting Camiel Vanderhoeven <iam...@gm...>: > > > Hello Everyone, > > > > This e-mail is to inform you that I have just applied a very large > > patch to CVS that affects the entire emulator. Over the past few > > weeks,. we've run into the limitations of running everything in a > > single clock-loop, calling devices' DoClock() functions. This leads to > > wildly varying CPU speed, and does not efficiently the processing > > power of modern multi-core/multi-processor CPU's. > > > > The patch that has just been committed gets rid of the DoClock() > > functions, and instead lets each device run its own threads as needed. > > If you have a dual-core system, the emulated CPU could run on one > > core, with the other core taking care of all other devices. > > > > This is a patch I've been working on for a long time, and it's been a > > bit of a pain keeping it in sync with all the other changes that have > > happened in the past few weeks, which is why I'm committing it so soon > > after the release of 0.19. > > > > So far the good news, now the bad news: > > > > This patch is a radical departure from the way we used to do things, > > and it breaks a couple of things. The <break> menu on the Serial > > console lost it's functionality. IDB doesn't work yet. And, most > > importantly, this release probably introduces bugs caused by threads > > accessing the same thing at the same time. These issues will all need > > to be addressed in the next couple of weeks. Everyone can help out by > > submitting bug reports to this list for anything that doesn't work as > > expected. > > > > You will need to install the Poco C++ libraries for the new code to compile. > > > > The new approach also opens the door to emulating multiple CPU's, > > although that is not functional yet. I'm working hard on this, but I'm > > missing something in the initialization. The basic bits and pieces are > > in place, but the extra cpu's never come fully online. If you think > > you can help with this, please contact me. > > > > I've created a new CVS branch ("no-threading") before this patch that > > will be used for necessary bugfixes to the version 0.19 codebase. > > > > Regards, > > > > Camiel Vanderhoeven. > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Fausto S. <fa...@un...> - 2008-03-05 17:18:51
|
Hello Camiel, this is very interesting news... Just a question about POCO libraries: which one we have to compile? the light version, or the enterprise? I'm trying to compile and install the light one, but I have a problem because the visual studio file looks for "mc" command. What's that command? Do you have the same problem? regards, fausto Quoting Camiel Vanderhoeven <iam...@gm...>: > Hello Everyone, > > This e-mail is to inform you that I have just applied a very large > patch to CVS that affects the entire emulator. Over the past few > weeks,. we've run into the limitations of running everything in a > single clock-loop, calling devices' DoClock() functions. This leads to > wildly varying CPU speed, and does not efficiently the processing > power of modern multi-core/multi-processor CPU's. > > The patch that has just been committed gets rid of the DoClock() > functions, and instead lets each device run its own threads as needed. > If you have a dual-core system, the emulated CPU could run on one > core, with the other core taking care of all other devices. > > This is a patch I've been working on for a long time, and it's been a > bit of a pain keeping it in sync with all the other changes that have > happened in the past few weeks, which is why I'm committing it so soon > after the release of 0.19. > > So far the good news, now the bad news: > > This patch is a radical departure from the way we used to do things, > and it breaks a couple of things. The <break> menu on the Serial > console lost it's functionality. IDB doesn't work yet. And, most > importantly, this release probably introduces bugs caused by threads > accessing the same thing at the same time. These issues will all need > to be addressed in the next couple of weeks. Everyone can help out by > submitting bug reports to this list for anything that doesn't work as > expected. > > You will need to install the Poco C++ libraries for the new code to compile. > > The new approach also opens the door to emulating multiple CPU's, > although that is not functional yet. I'm working hard on this, but I'm > missing something in the initialization. The basic bits and pieces are > in place, but the extra cpu's never come fully online. If you think > you can help with this, please contact me. > > I've created a new CVS branch ("no-threading") before this patch that > will be used for necessary bugfixes to the version 0.19 codebase. > > Regards, > > Camiel Vanderhoeven. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Camiel V. <iam...@gm...> - 2008-03-05 15:14:46
|
Hello Everyone, This e-mail is to inform you that I have just applied a very large patch to CVS that affects the entire emulator. Over the past few weeks,. we've run into the limitations of running everything in a single clock-loop, calling devices' DoClock() functions. This leads to wildly varying CPU speed, and does not efficiently the processing power of modern multi-core/multi-processor CPU's. The patch that has just been committed gets rid of the DoClock() functions, and instead lets each device run its own threads as needed. If you have a dual-core system, the emulated CPU could run on one core, with the other core taking care of all other devices. This is a patch I've been working on for a long time, and it's been a bit of a pain keeping it in sync with all the other changes that have happened in the past few weeks, which is why I'm committing it so soon after the release of 0.19. So far the good news, now the bad news: This patch is a radical departure from the way we used to do things, and it breaks a couple of things. The <break> menu on the Serial console lost it's functionality. IDB doesn't work yet. And, most importantly, this release probably introduces bugs caused by threads accessing the same thing at the same time. These issues will all need to be addressed in the next couple of weeks. Everyone can help out by submitting bug reports to this list for anything that doesn't work as expected. You will need to install the Poco C++ libraries for the new code to compile. The new approach also opens the door to emulating multiple CPU's, although that is not functional yet. I'm working hard on this, but I'm missing something in the initialization. The basic bits and pieces are in place, but the extra cpu's never come fully online. If you think you can help with this, please contact me. I've created a new CVS branch ("no-threading") before this patch that will be used for necessary bugfixes to the version 0.19 codebase. Regards, Camiel Vanderhoeven. |