Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Warning[Pa082]: undefined behavior: the order

Posted by John W. on May 9, 2006
Richard,

Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement C:\..\Source\tasks.c 710

My line 710:

vListInsert( ( xList * ) pxOverflowDelayedTaskList, ( xListItem * ) &( pxCurrentTCB->xGenericListItem ) );

I have 8 more similar Warning messages in the tasks.c module - all list stuff.

I'm using the IAR tools - 3.41A - have you seen anything similar?

Thanks,
John W.

RE: Warning[Pa082]: undefined behavior: the o

Posted by John W. on May 9, 2006
OK - this looks similar to this thread:

https://sourceforge.net/forum/message.php?msg_id=3488120

I have warnings on the vListInsert() function which is a little different than what's in the above thread.

Regards,
John W.

RE: Warning[Pa082]: undefined behavior: the order

Posted by Richard on May 9, 2006
This is one of the pains in supporting so many different compilers. Some will warn if you assign a volatile pointer to a non volatile pointer, so a cast is required to keep the compiler quiet. Some will do the opposite and warn if you cast. To keep the compiler quite it is sometimes therefore necessary to just disable the warning in the project.

The warning is correct, but changing the code to remove it will just cause warning in other ports :-(

It is not going to cause you a problem (I don't think).

Regards,
Richard.

RE: Warning[Pa082]: undefined behavior: the o

Posted by John W. on May 10, 2006
Richard,

OK - all of the ports that I've done have this Warning - but they all work. One of the development boards that I did a port for has been running for weeks - so I suppose the port is OK...;)

Thanks,
John W.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner