PIC32MZ Compiling messages

Moderator: Benj

Post Reply
ronaldlijs
Posts: 139
Joined: Tue Jan 05, 2010 10:07 am
Has thanked: 20 times
Been thanked: 25 times
Contact:

PIC32MZ Compiling messages

Post by ronaldlijs »

Hi guys,

I get a lot of these when compiling to a PIC32MZ target...

Code: Select all

C:\Program Files (x86)\Flowcode\Compilers\pic32\bin\xc32-gcc.exe  -mprocessor=32MZ1024EFE100 -O1 -o "D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.elf" "D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c"
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:263:0: warning: "MOSIPIN" redefined [enabled by default]
 #define MOSIPIN LATBbits.LATB3
 ^
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:184:0: note: this is the location of the previous definition
 #define MOSIPIN LATEbits.LATE6
 ^
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:267:0: warning: "MOSILETTER" redefined [enabled by default]
 #define MOSILETTER B
 ^
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:188:0: note: this is the location of the previous definition
 #define MOSILETTER E
 ^
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:268:0: warning: "MOSIBIT" redefined [enabled by default]
 #define MOSIBIT 3
 ^
D:\Projects\CASHAR~1\Products\ELECTR~1\ROCK64~1\FC8\CONTRO~1\TEST.c:189:0: note: this is the location of the previous definition
 #define MOSIBIT 6
 ^

 
Is this something to worry about? I do have in this test program only 2x WS2812B LEDs in the code, but on the main program I have 18x WS2812B components and I get a lot of more these messages :-(

I've attached the test program if it helps...

I also noticed this line somewhere...

warning WS2811 Timings are less than 10 instructions, timing may be incorrect at the current clock speed

Thanks for your time.

Regards,
R
Attachments
TEST_2X_LEDS.fcfx
(17 KiB) Downloaded 165 times

Post Reply