Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/24/04 12:42
Read: times


 
#81837 - Your code
Responding to: ???'s previous message
I don't get the warning about redefining an intrinsic function, instead I get the L16 linker warning advising me that the segment containing my definition of strcpy() is not being called. In other words, the linker is not linking my definition of strcpy() even though I think it should be using it.

I can't find any suggestion in the manual that strcpy() or friends are treated as 'intrinsic' functions, however it seems to be the case. I think you will have to use a different name for your function, or take this up with Keil.

List of 16 messages in thread
TopicAuthorDate
strcpy - inrinsic?            01/01/70 00:00      
   C231            01/01/70 00:00      
      c231            01/01/70 00:00      
   Maybe not strcpy?            01/01/70 00:00      
      strcpy            01/01/70 00:00      
   Finding Keil error descriptions            01/01/70 00:00      
   odd            01/01/70 00:00      
      additional info: source code            01/01/70 00:00      
         additional info            01/01/70 00:00      
            Your code            01/01/70 00:00      
               Thanks            01/01/70 00:00      
         Inefficient!            01/01/70 00:00      
            Inefficient!            01/01/70 00:00      
   One thing to note            01/01/70 00:00      
   I just can't resist it            01/01/70 00:00      
      One common reason why.            01/01/70 00:00      

Back to Subject List