Hardware 版 (精华区)

发信人: edmcgy (达达尼), 信区: Hardware
标  题: DSP(Data Signal Processor)的应用(24)
发信站: 紫 丁 香 (Thu Apr 23 16:07:46 1998), 转信

Workaround/Solution

 WORKAROUND/SOLUTION
 ===================
  
 A corrected version of the program is shown below:
  
       /************************************************/
       /*                 function.c                   */
       /*          (Sample file for walkthrough        */
       /************************************************/
  
       main()
       {
           int x = -3;
           x = abs_func(x);
       }
       int abs_func(int i)
       {
             int temp = i;
             if (temp <0) temp *="-1;" return (temp); } 







HLL DEFECTS

 Title: The Sun versions of the debuggers, emulators and simulators, do not support 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01027
                       C2X HLL
                                        V0.00
                                                      Will fix in a future release
  






 Title: The Sun versions of the debuggers, emulators and simulators, do not support 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01142
                       C5X HLL
                                        V0.00
                                                      Will fix in a future release
  






 Title: An alias command with a string longer than 76 characters causes problems. 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01196
                       C5X HLL 
                                        V0.00
                                                      Will fix in a future release
  






 Title: When the length of a variable name does not fit completely in the "WATCH" window
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01199
                       C5X HLL 
                                        V0.00
                                                      Will fix in a future release
  






 Title: The OS/2 - version of the emulator does not load source files with
 Bug #
                    Tool
                                   Version
                                                Fixed?
 SDSsq01251
                    C5X HLL
                                   V0.00
                                                Fixed, will appear in next release.
  






 Title: 1) When using the .def & .ref directives, symbols defined with .set are
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01322
                       C5X HLL
                                        V0.00
                                                      Will fix in a future release
  






 Title: Attempting to watch a variable (WA) that is not defined causes the error 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq01331
                       C5X HLL 
                                        V0.00
                                                      Will fix in a future release
  






 Title: DASM xxx @ PROG/DATA does not update the disassembly window. 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq00229
                       C5X HLL
                                        V2.14
                                                      Will fix in a future release
  






 Title: Resizing disassembly window crashes the host. For example: 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq00230
                       C5X HLL
                                        V2.14
                                                      Will fix in a future release
  






 Title: Scrolling disassembly window hangs the debugger. 
 Bug #
                    Tool
                                   Version
                                                Fixed?
 SDSsq00231
                    C5X HLL
                                   V2.14
                                                Fixed, will appear in next release.
  






 Title: Disassembler does not correctly show the operands of the following opcodes: 
 Bug #
                       Tool
                                        Version
                                                      Fixed?
 SDSsq00232
                       C5X HLL
                                        V2.14
                                                      Will fix in a future release
  






C2XX EMULATOR DEFECTS

           Title: multiple data read strobe occurs when rev 1.0.0 cx22 silicon is used
           Bug #
                         Tool
                                         Version
                                                  Fixed?
           SDSsq03446
                         C2xx Emulator
                                         V1.00
                                                  Fixed, will appear in next release.
           Bug Description

           BUG DESCRIPTION
           ===============
            

--
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: edmcgy.hit.edu.c]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:212.923毫秒