How to resolve this problem which I use the codewarrior 10.6 development tool?

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

How to resolve this problem which I use the codewarrior 10.6 development tool?

776 Views
jinbiao
Contributor I


I create a project with the tool,when I compile my project the  mistake which timestamp out of range happened. The mistake details as below:

       mingw32-make:../Project_Settings/Startup_Code/start12z.c:TimeStamp out of range;Substituting 1970-01-01 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00.

      The source code have no mistakes tips.It puzzled me for a long time,please tell me how to  settle it. Thanks!

Labels (1)
0 Kudos
3 Replies

635 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Jin,

Which chip ? What about your project ? Does it exceed the size ?

BR

Alice

0 Kudos

635 Views
jinbiao
Contributor I

Hello,Alice

Thanks for reply.The chip which i used is MC9S12ZVLMFM .My project can be compiled and generate the .elf file.but it occur the mistake,sometimes when i modify my source code which can't be saved,the tool popup a dialog tip that Negative time.exceed the size?u mean exceed the flash size.Now the problem is also exist.

0 Kudos

635 Views
TICS_Fiona
NXP Employee
NXP Employee

Hello Jin

What is the CodeWarrior version you are using?  The latest version is CW10.6.6.

Please first install CW10.6.4 which can be downloaded from:

http://www.nxp.com/products/software-and-tools/software-development-tools/codewarrior-development-to...

Its update v10.6.5 and v10.6.6 are also available at the same link.

To instruct the CodeWarrior IDE to save changes to your source code files automatically before building the project, follow steps below:

  1. From the C/C++ perspective toolbar, select Window > Preferences .

The Preferences window appears.

    2. Expand General .

    3. Select Workspace

    The Workspace settings appear.

    4. Under Save required dirty editors before building , select the Always radio button.

auto save.png

5. Click Apply .

6.Click OK .

Hope it helps! If not, could you please attach your project to help us reproduce the problem? Thank you.

Best Regards

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos