Menu

My sdcc linker command line length

Help
2007-01-21
2013-03-12
  • egyptfireman

    egyptfireman - 2007-01-21

    The command line is too long with all the ds400 memory variables and the library list. Does the linker support command files where some of these varaibles can be listed?...If so how, I have not found it in the documentation

     
    • Brian Cherdak

      Brian Cherdak - 2007-01-22

      Couple of ideas:

      1) Use make to condense your command line length

      2) use ar to create an object lib and link that

      bc

       

Log in to post a comment.