error when options are passed in a file to CW 10.1

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

error when options are passed in a file to CW 10.1

652 次查看
ste0803
Contributor I

I'm working with CW 10.1 and qe128 micro,

 

if I try to pass compiling option in a file writing:

-ArgFile"${ProjDirPath}/config.txt"

in

Project -> Properties ->

C/C++Build -> Setting ->

HCS08 Compiler -> General -> Other flags

 

I get following error:

Error #580 in '<filename>' while compiling file ''<filename>', procedure '...', please report to Freescale

 

Building just the single file the same error happens, but not for every file (some are compiled successfully)

 

any suggestion?

Thanks

标签 (1)
0 项奖励
回复
1 回复

544 次查看
CrasyCat
Specialist III

Hello

 

According to my understanding you have added the option -ArgFile to the Build configuration settings.

That means the option is used to build all source files in your project.

 

On the other hand you get the internal error only on a couple of source file (not all).

 

Am I right?

 

If this is the case some construct inside of your source file seems to generate the trouble.

I would recommend you to submit a service request for that.

Click here to submit a service request.

Make sure to attach a reproducible project and installed product information to the service request.

CrasyCat

0 项奖励
回复