How to import a project (if valid source code has *_c.d & *_h.d files)?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to import a project (if valid source code has *_c.d & *_h.d files)?

Jump to solution
863 Views
utpaltembe
Contributor I

Hello friends,

 

I have following structure in the source code received from my vendor for MCF51EM256.

If not much of a trouble, will anybody please tell me whether this is a valid source code and if so, how to modify it in CodeWarrior?

 

<Folder>: Source_Code

<Folder>: Lib

<File>:  mcf51em256.args

<File>:  mcf51em256_c.d

<File>:  subdir.mk

<File>:  mcf51em256_c.obj

<Folder>: Project_Settings

<Folder>: Startup_Code

<File>:  startcf.args

<File>:  startcf_c.d !@

<File>:  subdir.mk

<File>:  startcf_c.obj

<Folder>: Sources

<File>:  Main.args

<File>:  Main_c.d

<File>:  Main_c.obj

<File>:  file_01.args

<File>:  file_01_c.d

<File>:  file_01_c.obj

:

:

<File>:  file_32.args

<File>:  file_32_c.d

<File>:  file_32_c.obj

<File>:  subdir.mk

<File>:  file_x.args

<File>:  file_x.elf

<File>:  makefile

<File>:  makefile.local

<File>:  objects.mk

<File>:  sources.mk

<File>:  file_x.elf.S19

Labels (1)
0 Kudos
1 Solution
767 Views
stanish
NXP Employee
NXP Employee

Hi,

you probably got just a project output directory which contains object code (*.obj) , makefile support files (*.mk), dependency files (*.d), compiler argument files (*.args)...

I'm afraid there is no source code present in this project structure.

regards,

Stan

View solution in original post

0 Kudos
4 Replies
768 Views
stanish
NXP Employee
NXP Employee

Hi,

you probably got just a project output directory which contains object code (*.obj) , makefile support files (*.mk), dependency files (*.d), compiler argument files (*.args)...

I'm afraid there is no source code present in this project structure.

regards,

Stan

0 Kudos
767 Views
utpaltembe
Contributor I

Hello Stan,

Many thanks for the reply.

As pointed out earlier, I'm afraid I was too naive not to know that I did not have the source code with me.

Best regards,

0 Kudos
767 Views
TICS_Fiona
NXP Employee
NXP Employee

The project you got seems not built with CodeWarrior, I cannot find the link  command file. What is the  IDE used to build this project?

Fiona Kuang

Technical Information & Commercial Support

767 Views
utpaltembe
Contributor I

Hello Xin,

Many thanks for a prompt quick response.

I was naive enough not to be able to identify that the source code was not with me.

Best regards,

0 Kudos