Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 93)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#26 fixed Segmentation fault when initiating a DMA transfer Nicolas Pouillon alexandre.chagoya-garzon@…
Description

Hello, I have a problem when initiating a DMA transfer. I attached the platform (top.cpp, segmentation.h, platform_desc) and the application (MJPEG.x)

Everything runs smoothly, until a DMA transfer is initiated: [fetch_process] Send SOF info to LIBU and IDCT DMA transfer from 0x1004e620 to 0x1005779c (8 bytes)

I verified in vci_dma.cpp 134 VciInitSimpleReadReq<vci_param> *req = 135 new VciInitSimpleReadReq<vci_param>( 136 &m_data[0], m_src+m_offset, burst ); The correct src address is used, but on te next transition, a segmentation fault appears

Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1210737792 (LWP 5494)] soclib::caba::VciVgmn<soclib::caba::VciParams<4, 6, 32, 1, 1, 1, 8, 1, 1, 1> >::genMoore (this=0xbf948fb8)

at /tima/amazone-home1/chagoyag/Workspace/soclib/soclib/module/network_component/vci_vgmn/caba/source/src/vci_vgmn.cpp:380

380 can_take |= !m_dest->full();

I use compiler gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Thank you for your help Alexandre

#4 fixed SoClib + cygwin Nicolas Pouillon turbo07
Description

Bonjour,

Je tente actuellement d'installer SoClib (révision 5) sous environnement Windows. Pour cela, j'utilise l'API cygwin afin de disposer des outils de batch binutils.

  1. configure
  2. make pthreads (pas d'édition de la constante SC_DEFAULT_STACK_SIZE
  3. make install
  4. -> Commentaire des deux lignes wctomb et wcstombs dans systemc.h
  5. make pthreads_check.
  • L'installation de SoClib en suivant la page wiki donne les résultats suivants :
  1. les utilitaires posent problèmes (fb en particulier en raison de la bibliothèque externe SDL)
  2. la compilation de la plateforme d'exemple timer_4mips pose problème. La commande en cause est relative à la cible de compilation simulation.x

Les messages d'erreurs suivent.

Merci pour votre aide

Christophe

soclib-cc -p platform_desc
soclib-cc: Entering directory `/cygdrive/l/Projets/Soclib/Devel/soclib/platforms/timer_4mips'
CxxSource gen repos/release/soclib::caba::Mips_mips.cc
Traceback (most recent call last):
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/bin/soclib-cc.py", line 121, in ?
    sys.exit(main())
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/bin/soclib-cc.py", line 112, 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/todo.py", line 63, in process
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/todo.py", line 53, in prepare
  File "/home/cunat/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/todo.py", line 40, in _prepare_one
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/action.py", line 72, in getDepends
    self.__depends = self._depList()
  File "/cygdrive/l/Projets/Soclib/Devel/soclib/lib/python/soclib_cc/builder/action.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/textfile.py", line 42, in process
IOError: [Errno 2] No such file or directory: 'repos/release/soclib::caba::Mips_mips.cc'
make: *** [simulation.x] Error 1
#45 fixed Soclib-cc error with caba-mjpeg-without-coprocessors developers silicomp <jrouland@…>
Description

I had a soclib-cc error when i try to compile the caba-mjpeg-without-coprocessors

Error specializing caba:-0x7c4e9665, error:

NoSuchComponent "caba:vci_xcache"

I do not understand the error so i attached the soclib-cc debug log

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.