You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/06/03 12:53:30 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2612: pic32: Fix crt0.S build error

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:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2612: pic32: Fix crt0.S build error

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2612:
URL: https://github.com/apache/mynewt-core/pull/2612


   


-- 
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:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2612: pic32: Fix crt0.S build error

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2612:
URL: https://github.com/apache/mynewt-core/pull/2612


   


-- 
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:
users@infra.apache.org