Quality RTOS & Embedded Software

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


Loading

MPC5554 Link Error Problem

Posted by sadaf on December 29, 2010
Hi,
im new to freeRTOS and im trying to develop port for MPC5554 but im getting a link failed error...

Link Error: Relocation (10) of Symbol 'vTaskSwitchContext' in 'portasm.o'
is out of range. (1073743208 not in range [-33554432 .. 33554428])

Link Failed

i have added the #pragma push in task.h for vTaskSwitchContext but no use...im still getting the same error...Please Help

RE: MPC5554 Link Error Problem

Posted by Dave on December 29, 2010
Where did you get the port from? I don't think it is a supported port.

From the error message it sounds like the addressing mode used to access vTaskSwitchContext() from assembly code (if it was done from C code the compiler linker would fix it automatically) cannot do so because vTaskSwitchContext() is too far away in the address range. You could try placing the code in a known section so call related code is close together, or changing the addressing method. These are just guesses though.

RE: MPC5554 Link Error Problem

Posted by sadaf on January 3, 2011
thanks...yes it is an unsupported port but im trying to make it work....now im placing all the call related code in 'text' section and it worked...i mean the errors are gone but now the freeRTOS is not switching tasks....i have created 3 dummy tasks and freeRTOS runs only the last task created (if all are at the same priority) and in case of different priority only the highest priority task...


[ 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