This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running Project get from Developper

Hi all,

I got the source code and binary code from an extern co-developper 2 months ago. Since then I have just tried
to download the binary file on the board and it works.
MCU: NXP LPC1114/302

One week ago we realised there is a mistake in the design and are looking for a way to recompile the source file.
The company doesn't exist anymore and all we have is the C file and not the whole prject file.
For that I create a new project and inserted the source file.
Now I can build and compile but the generated file looks quite different from the original and
the board didn't startup with my compiled version.

Please could anyone give me an advice how to solve this issue?

Parents
  • Well that is an absolutely fundamental mistake!

    It really is imperative that you get the complete project!

    This is a very important lesson for you to learn for next time - but doesn't help you now.

    Are you sure that there is absolutely no possibility to get the original project?

    "Now I can build and compile but the generated file looks quite different from the original"

    Do you even have the same compiler? And at the same version?

    "the board didn't startup with my compiled version"

    So you'll have to get the debugger out, and see where the problem(s) is/are.

    Or perhaps you can start with a basic "blinky" that does work on your board, and then merge your 'C' code into that...

Reply
  • Well that is an absolutely fundamental mistake!

    It really is imperative that you get the complete project!

    This is a very important lesson for you to learn for next time - but doesn't help you now.

    Are you sure that there is absolutely no possibility to get the original project?

    "Now I can build and compile but the generated file looks quite different from the original"

    Do you even have the same compiler? And at the same version?

    "the board didn't startup with my compiled version"

    So you'll have to get the debugger out, and see where the problem(s) is/are.

    Or perhaps you can start with a basic "blinky" that does work on your board, and then merge your 'C' code into that...

Children