error when options are passed in a file to CW 10.1

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

error when options are passed in a file to CW 10.1

333 Views
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

Labels (1)
0 Kudos
1 Reply

225 Views
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 Kudos