You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/31 04:57:50 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #7476: arch/arm: Typedef _[u]int32_t to __[U]INT32_TYPE__ if __INT32_TYPE__ is defined

yamt commented on PR #7476:
URL: https://github.com/apache/incubator-nuttx/pull/7476#issuecomment-1296543118

   > @yamt where do you get information that `int32_t` map to `long int` not `int` by arm compiler?
   
   i don't remember.
   it was probably from a compiler used for nuttx build at that point.
   ```
   spacetanuki% arm-none-eabi-gcc -E -dM - < /dev/null|grep INT32_TYPE
   #define __INT32_TYPE__ long int
   #define __UINT32_TYPE__ long unsigned int
   spacetanuki% 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org