LINK : fatal error LNK1181

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • giginjose
    New Member
    • Sep 2008
    • 7

    LINK : fatal error LNK1181

    LINK : fatal error LNK1181: cannot open input file 'obj\ARMV4I\deb ug\intxsc1.obj' .

    I am getting this error after building my OS design on Platformbuilder 5.0

    Please help me to fix it up.
  • mac11
    Contributor
    • Apr 2007
    • 256

    #2
    I've got to ask the obvious. Does the specified file exist?

    Comment

    • giginjose
      New Member
      • Sep 2008
      • 7

      #3
      Originally posted by mac11
      I've got to ask the obvious. Does the specified file exist?
      hi MAC ,
      the file exist & the path is D:\wince500\PLA TFORM\255\KERNE L\HAL\obj\ARMV4 I\debug ..

      thnx

      Comment

      • donbock
        Recognized Expert Top Contributor
        • Mar 2008
        • 2427

        #4
        Originally posted by giginjose
        LINK : fatal error LNK1181: cannot open input file 'obj\ARMV4I\deb ug\intxsc1.obj' .
        the file exist & the path is D:\wince500\PLA TFORM\255\KERNE L\HAL\obj\ARMV4 I\debug ..
        Are you sure the current working directory for the linker is
        D:\wince500\PLA TFORM\255\KERNE L\HAL ?
        Can you change the reference to intxsc1.obj to an absolute path?

        Cheers,
        donbock

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

          #5
          This really should be in the mobile forum... but tell me about what you are trying to do.

          Is this a new project? Is it your own project? Are you trying to sysgen? Are you using the command line? Is this a sources project or a pbxml project?

          Basically tell me the story of this problem and I'll see if I can help

          Comment

          • weaknessforcats
            Recognized Expert Expert
            • Mar 2007
            • 9214

            #6
            When this sort of thing happens to me in Visual Studio, it's becuse I have a window open from a previous test that has the obj file in use. Is this your case, maybe?

            Comment

            • RedSon
              Recognized Expert Expert
              • Jan 2007
              • 4980

              #7
              Originally posted by weaknessforcats
              When this sort of thing happens to me in Visual Studio, it's becuse I have a window open from a previous test that has the obj file in use. Is this your case, maybe?
              In the case of Platform builder that would only happen if you have kitl connected to a deployed instance of your OSDesign.

              Comment

              • giginjose
                New Member
                • Sep 2008
                • 7

                #8
                Originally posted by RedSon
                This really should be in the mobile forum... but tell me about what you are trying to do.

                Is this a new project? Is it your own project? Are you trying to sysgen? Are you using the command line? Is this a sources project or a pbxml project?

                Basically tell me the story of this problem and I'll see if I can help
                I am creating an OS design using the platform builder.& now in the process of making a binary image file. This error is occuring during the building process, which we use to create the image file. Since i'm new to this field, I think this is a very basic issue.

                Thanks

                Comment

                • RedSon
                  Recognized Expert Expert
                  • Jan 2007
                  • 4980

                  #9
                  Originally posted by giginjose
                  I am creating an OS design using the platform builder.& now in the process of making a binary image file. This error is occuring during the building process, which we use to create the image file. Since i'm new to this field, I think this is a very basic issue.

                  Thanks
                  If you use an OSDesign based on one of the many templates, and are trying to sysgen that image for the first time AND you haven't touched anything in the WINCE500 directory yet, then there was a problem with your install, and you will need to reinstall.

                  Comment

                  Working...