Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 93)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#61 invalid tuqiang developers tuqianggreat@…
#6 fixed timer_4mips regression (r15) somebody turbo07
Description

J'ai mis à jour mon répertoire de travail (r16). Il s'avère que l'exemple timer_4mips ne compile plus. J'ai effectué une régression et il s'avère que le symptome apparaît révision 15. L'erreur se produit à la génération des sources. Pour info, mon environnement est cygwin (si cela peut avoir un lien ?) Voici le message d'erreur :

cunat@casablanca ~/Projets/Soclib/Devel/soclib/platforms/timer_4mips
$ make
soclib-cc -p platform_desc
soclib-cc: Entering directory `/cygdrive/l/Projets/Soclib/Devel/soclib/platforms
/timer_4mips'
CxxSource gen repos/release/soclib__caba__IssWrapper<soclib__common__MipsIss>_is
s_wrapper.cc
Traceback (most recent call last):
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib-cc-main.py", l
ine 128, in ?
    sys.exit(main())
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib-cc-main.py", l
ine 119, in main
    todo.process()
  File "/usr/lib/python2.4/platform.py", line 57, in process
    #            'unknown' instead of just leaving the field emtpy)
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/tod
o.py", line 63, in process
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/tod
o.py", line 53, in prepare
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/tod
o.py", line 40, in _prepare_one
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/act
ion.py", line 72, in getDepends
    self.__depends = self._depList()
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/act
ion.py", line 83, in _depList
    return self.sources+self.processDeps()
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/cxx
.py", line 64, in processDeps
    return reduce(lambda x, y:x+y, map(self._processDeps, self.sources), [])
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/cxx
.py", line 55, in _processDeps
    filename.generator.process()
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/tex
tfile.py", line 42, in process
IOError: [Errno 2] No such file or directory: 'repos/release/soclib__caba__IssWr
apper<soclib__common__MipsIss>_iss_wrapper.cc'
make: *** [simulation.x] Error 1

Merci pour votre aide.

#8 duplicate test platforms fails somebody turbo07
Description

Hello,

I have succeeded in installing SoClib using the Installation Notes page. The caba-vgmn-multi_timer-mipsel platform is OK.

However, when I try to run the soclib-test-platforms test, the caba-pibus-hello_world-mipsel fails : the resulting command line is

set -o pipefail;SOCLIB_TTY=TERM ./simulation.x < /dev/null 2>&1 | tee test.out 

SystemC 2.2.0 prints the following message:

             SystemC 2.2.0 --- Sep  8 2008 15:39:21
        Copyright (c) 1996-2006 by all Contributors
                    ALL RIGHTS RESERVED
Error: (E115) sc_signal<T> cannot have more than one driver: 
 signal `pibus_d' (sc_signal)
 first driver `tty_wrapper.pi_d' (sc_inout)
 second driver `multiram_wrapper.pi_d' (sc_inout)
In file: ../../../../src/sysc/communication/sc_signal.cpp:129

I have also installed the SystemCASS simulator. In this case, the test does not report any specific message other than the SystemCASS banner.

Is there any issue with the pibus?

I thought SystemCASS used a strict subset of SystemC. Shall these two simulators differ while simulating this platform?

Thanks,

Christophe

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.