Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#32 fixed SVN externals broken developers Frédéric Pétrot
Description

Hi there,

I just updated my repository to try to migrate the Microblaze to the Iss2 wrapper, and all platforms that I try to compile fail. I reupdated a few minutes ago, and I get the following messages :
Récupération de la référence externe dans 'soclib/lib/dpp/source/include/dpp' Référence externe à la révision 549.

svn: avertissement : Erreur à la définition externe pour 'soclib/lib/elf_file_loader/libelfpp/src' : svn: avertissement : Could not open the requested SVN filesystem À la révision 1387.

Any hints ? Yours

#35 fixed Bug in the Sparc V8 component (LDA instruction) developers quentin.meunier@…
Description

While trying to run a sample code on the sparc processor, an error arised : line 80, the test

if(ins.format3a.i == 0) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;

is actually the contrary :

if(ins.format3a.i == 1) {                                       \
            m_exception = true;                                         \
            m_exception_cause = TP_ILLEGAL_INSTRUCTION;

cf. the sparc V8 reference manual, p. 160 (163), test on code line 9.

#38 fixed [libelfpp] BSS symbols are not loaded developers xavier.guerin@…
Description

Loader does not contain symbols placed in the BSS section. Although BSS shouldn't be loaded, its symbols should be referenced.

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