Quality RTOS & Embedded Software

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


Loading

Build still failing - PIC32

Posted by Grant Brown on October 27, 2008
Hi

Port : PIC32
Compiler : C32

I re-added port_asm.c and now it fails to build with pic32-gcc.exe: C9=4,3: No such file or directory

which is wrong because I manually check and the file was there.

So what now ??

Kind Regards
Grant Brown



Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Mon Oct 27 20:20:47 2008
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\main.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\port.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\list.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\queue.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\tasks.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\heap_2.o".
Clean: Deleted file "C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\init_PIC32MX360F512L.o".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "main.c" -o"main.o" -MMD -MF"main.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
main.c: In function `main':
main.c:90: warning: implicit declaration of function `VisualInitialization'
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "..\..\Source\portable\MPLAB\PIC32MX\port.c" -o"port.o" -MMD -MF"port.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "..\..\Source\list.c" -o"list.o" -MMD -MF"list.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "..\..\Source\queue.c" -o"queue.o" -MMD -MF"queue.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "..\..\Source\tasks.c" -o"tasks.o" -MMD -MF"tasks.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "..\..\Source\portable\MemMang\heap_2.c" -o"heap_2.o" -MMD -MF"heap_2.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -x c -c "Generated Files\VDIInit\init_PIC32MX360F512L.c" -o"init_PIC32MX360F512L.o" -MMD -MF"init_PIC32MX360F512L.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32\bin\pic32-gcc.exe" -mprocessor=32MX360F512L -c -MMD -MF"port_asm.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG "C:\Program Files\Microchip\FreeRTOS\Source\portable\MPLAB\PIC32MX\port_asm.S" -o"port_asm.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." C9=4,3 -Wa,--defsym=__DEBUG=1,--keep-locals,--gdwarf-2
pic32-gcc.exe: C9=4,3: No such file or directory
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `C:\Program Files\Microchip\FreeRTOS\Demo\PIC32MX_MPLAB\RTOSDemo.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Mon Oct 27 20:20:52 2008
----------------------------------------------------------------------
BUILD FAILED

RE: Build still failing - PIC32

Posted by Dave on October 27, 2008
Please keep related messages inside the same thread.

RE: Build still failing - PIC32

Posted by Grant Brown on October 27, 2008
Hi,

Sorry about that

But I really need this answered as soon as possible.

Whilst most users of FreeRTOS are only interested in FreeRTOS we are NOT.

We intend to purchase the SafeRTOS version.

It is being used simply to show some clients how it works and we have been given only a short amount of time to do so.

So far its not working out very well and there is a lot of pressure to change camps to a different RTOS.

We did show them the demos but that was not suitable for there needs.

They want to see it running on a clean project in a seperate directory outside of the drive that we have FreeRTOS installed on without any of the demo task and or demo files in our example project.

They only want to see there tasks in the source code.

To get answers as to how to do this has been very very difficult and extremely frustrating.

Kind Regards
Grant Brown








RE: Build still failing - PIC32

Posted by Richard on October 29, 2008
Grant - can you send me a private email to r (_dot_) barry [@] freertos.org.

Regards.


[ 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