kasjer opened a new pull request #2612:
URL: https://github.com/apache/mynewt-core/pull/2612


   xc32 compiler version 3.xx starts to complain
   about constant value range
   
   Error: repos/apache-mynewt-core/kernel/os/src/arch/pic32/startup/crt0.S: 
Assembler messages:
   repos/apache-mynewt-core/kernel/os/src/arch/pic32/startup/crt0.S:314: Error: 
operand 3 out of range `addiu $10,$0,0xFFFFFFFC'
   
   previous compiler did not complain
   
   This changes 32bit unsigned interpretation of -4 (0xFFFFFFFC)
   to just -4, so 2.5 and 3.x versions are happy.
   
   -4 can be found in SDK provided crt0.S files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to