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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/26/06 10:57
Read: times


 
#119091 - Incorrect deduction
Responding to: ???'s previous message
Alistair George said:
Well I can only figure that the compiler is erroring this one because as you say, it cannot find the source file.

NO - this is a Linker error; not a compiler error.

Really weird as the source file eg lcd.as is there with the correct global definitions to correspond with main.c

A source file is no use to the Linker!

The Linker needs the Object file!

Are you sure that you have built this file?
You either need its object file, or a Library file containing the function(s) from this source file.

I've taken the time to rename the files to dos 8.3, and made sure the paths are correct; hmm maybe the paths need to be renamed in dos too.

I think you're barking up the end of the wrong stick, there - see above.


List of 18 messages in thread
TopicAuthorDate
Hi-tech C compile problem            01/01/70 00:00      
   Linker            01/01/70 00:00      
   Less Detail            01/01/70 00:00      
      'C' Globals            01/01/70 00:00      
   extern-ing a function declaration?            01/01/70 00:00      
      well...            01/01/70 00:00      
         The Secret            01/01/70 00:00      
            case was not an issue            01/01/70 00:00      
            Case still not an issue            01/01/70 00:00      
               Incorrect deduction            01/01/70 00:00      
                  Maybe Not            01/01/70 00:00      
                     Linker            01/01/70 00:00      
                        make            01/01/70 00:00      
   use Win98SE in a virtual machine, QEMU?            01/01/70 00:00      
      Vmware            01/01/70 00:00      
   Just a guess            01/01/70 00:00      
      possibly, but            01/01/70 00:00      
         after all the 'logicl' possibilities hav            01/01/70 00:00      

Back to Subject List