error when options are passed in a file to CW 10.1

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

error when options are passed in a file to CW 10.1

688件の閲覧回数
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 返信

580件の閲覧回数
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 件の賞賛
返信