This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use uint64_t data type for Arm Cortex-A15 / Arm Cortex-M4 applications

Hello All,

With yocto project, I have developed an application for 64 bit x86_64 architecture and the application is using uint64_t data type inside code. The application was compiling successfully for x86_64 architecture.

The same application when i try tp port to Arm Cortex-A15 / Arm Cortex-M4 architecture , the application was not compiling and below error observed during compilation process.  Please share if anyone knows solution for this issue.

| {standard input}: Assembler messages:
| {standard input}:2478: Error: bad instruction `lock'
| {standard input}:2479: Error: bad instruction `xadd r3,[r4,#8]'
| {standard input}: Assembler messages:
| {standard input}:1794: Error: bad instruction `lock'

const uint64_t MAX_TRANSFER_BYTES = omniORB::giopMaxMsgSize();

Processor 	TI AM5716, TI AM5726, TI AM5728, TI AM5748, TI AM5749
Architecture 	Arm Cortex-A15 / Arm Cortex-M4 

Regards,

Punnrao

Parents Reply Children
No data