You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to compile the chipKIT-Bootloaders project on MPLAB X.
I am only interested in one configuration which is UDB32_MX2_DIP. When I try to compile it, MPLAB gives me the following error:
../crt0.S: Assembler messages:
../crt0.S:261: Error: operand 3 out of range `addiu $10,$0,0xFFFFFFFC'
make[2]: *** [build/UDB32_MX2_DIP/debug/_ext/1472/crt0.o] Error 255
make[2]: *** Waiting for unfinished jobs....
The main thing I am trying to accomplish is that I am trying to reverse the RX and TX pin on the UART for bootloading the code and for that I need to change re assign the RX and TX pins, and generate hex file.
Is there a way to surpass this error?
The text was updated successfully, but these errors were encountered:
Hello,
I've been trying to compile the chipKIT-Bootloaders project on MPLAB X.
I am only interested in one configuration which is UDB32_MX2_DIP. When I try to compile it, MPLAB gives me the following error:
../crt0.S: Assembler messages:
../crt0.S:261: Error: operand 3 out of range `addiu $10,$0,0xFFFFFFFC'
make[2]: *** [build/UDB32_MX2_DIP/debug/_ext/1472/crt0.o] Error 255
make[2]: *** Waiting for unfinished jobs....
The main thing I am trying to accomplish is that I am trying to reverse the RX and TX pin on the UART for bootloading the code and for that I need to change re assign the RX and TX pins, and generate hex file.
Is there a way to surpass this error?
The text was updated successfully, but these errors were encountered: