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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,153 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,057 次查看
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 项奖励
回复
4 回复数
1,058 次查看
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 项奖励
回复
1,057 次查看
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 项奖励
回复
1,057 次查看
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

1,057 次查看
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 项奖励
回复