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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/06 11:47
Read: times


 
#115923 - Linker problem
Responding to: ???'s previous message
Maarten, all of those files are created. I think the Linker is not combining the rel files. Is there something that I need to put in the file to tell it to combine them? The IDE handles all of the compiling and linking.

These are the compiler settings in MICRO-IDE (BiPOM) IDE
{TOOLKITDIR}\bin\sdcc --model-medium --no-peep --debug --print-search-dirs -c -V -I {TOOLKITDIR}\include {SOURCEFILE}

These are the settings for linking {TOOLKITDIR}\bin\sdcc --model-medium --debug -Wl-p {OBJFILES} --lib-path {TOOLKITDIR}\lib\medium

What am I leaving out?

The output window lists all the files and completes no errors. The rel files just dont get linked.

List of 21 messages in thread
TopicAuthorDate
Linker problem using SDCC            01/01/70 00:00      
   Linker???            01/01/70 00:00      
      Linker!            01/01/70 00:00      
   I doubt SDCC would do that            01/01/70 00:00      
      Ok not the linker?            01/01/70 00:00      
         Sorry forgot to mention that I am using            01/01/70 00:00      
         Compiler & Linker            01/01/70 00:00      
         Nothing linked            01/01/70 00:00      
            SDCC File types            01/01/70 00:00      
            Linker problem            01/01/70 00:00      
               Then what is the problem?            01/01/70 00:00      
                  Simulator only sees the "main" program            01/01/70 00:00      
                     simulator and/or IDE problem?            01/01/70 00:00      
   Maybe this will illustrate ...            01/01/70 00:00      
      BiPOM says            01/01/70 00:00      
         SDCC new release?            01/01/70 00:00      
            Q2            01/01/70 00:00      
               SDCC new Release Q2 -            01/01/70 00:00      
   where is this code?            01/01/70 00:00      
      I used --no-peep SDCC            01/01/70 00:00      
         linking multiple files            01/01/70 00:00      

Back to Subject List