I am using codewarrior 10.7 for MC9S12ZVC and i am facing issue in reading double value it can support only float of 4 bytes ,how can i activate and make use of 64-bit data types in the already existing project

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

I am using codewarrior 10.7 for MC9S12ZVC and i am facing issue in reading double value it can support only float of 4 bytes ,how can i activate and make use of 64-bit data types in the already existing project

682 Views
sujendra_n2
Contributor I

I am using codewarrior 10.7 for MC9S12ZVC and i am facing issue in reading double value it can support only float of 4 bytes ,how can i activate and make use of 64-bit data types in the already existing project

Labels (1)
0 Kudos
1 Reply

563 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Sujendra Narayana ,

Try to add the blow command in S12z Compiler ->General ->Other Flags:

-double_size=8 -bit64_code_gen mem

pastedImage_2.png

Hope it helps


Have a great day,
TIC

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos