Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VxWorks 6.9 does not provide uintmax_t type #509

Closed
jphickey opened this issue Jun 16, 2020 · 0 comments · Fixed by #510 or #513
Closed

VxWorks 6.9 does not provide uintmax_t type #509

jphickey opened this issue Jun 16, 2020 · 0 comments · Fixed by #510 or #513
Assignees
Labels
Milestone

Comments

@jphickey
Copy link
Contributor

Describe the bug
A new compiler error has appeared on the vxworks-6.9 build:

/home/jphickey/cfecfs/github/osal/ut_assert/src/utstubs.c: In function 'UT_Hook_GetArgPtr':
/home/jphickey/cfecfs/github/osal/ut_assert/src/utstubs.c:602: error: expected specifier-qualifier-list before 'uintmax_t'

To Reproduce
Build using the VxWorks 6.9 toolchain

Expected behavior
Should build successfully

System observed on:
VxWorks 6.9, gcc 4.3.3 on gs582w-cfelnx lab machine.

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Jun 16, 2020
@jphickey jphickey added the bug label Jun 16, 2020
jphickey added a commit to jphickey/osal that referenced this issue Jun 16, 2020
Some systems may not provide this type.  Using "unsigned long" instead
should be sufficient.
astrogeco added a commit that referenced this issue Jun 17, 2020
@skliper skliper added this to the 5.1.0 milestone Jun 18, 2020
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#509,  Executive Services Requirements Scrub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants