compiler error "__mul_32 not found"
 
            
            
            
            
                8 Dec
                
                    2002
                
            
            
                8 Dec
                
                '02
                
            
            
            
        
    
                2:13 a.m.
            
        Hi, I got this compilation error in SDK 2.0 : (0): error : Function __mul_32 not found I use hash_48() in my micro C code. The parameters of hash_48 are sram xfer registers. And I declared and used other sram xfer registers too. Is the error because of running out of sram xfer registers ? Thanks, -- Luo, Yan yluo@cs.ucr.edu Dept. of CS, Univ. of California Riverside, CA 92507, USA http://www.cs.ucr.edu/~yluo
 
            
            
            
            
                8 Dec
                
            
            
                8 Dec
                
            
            
            
        
    
                3:03 a.m.
            
        Is the error because of running out of sram xfer registers ?
Nope, the problem is that __mul_32 isn't part of the instruction set, its a macro, and an expensive macro at that (no hardware multiply/divide). I don't recall what header its in. Maybe util.h or ixp.h. Najati
        8363
        
      
          Age (days ago)
        
      
        8363
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 Najati Imam Najati Imam
- 
                 Yan Luo Yan Luo