Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operand Out of Range Error when Compiling #2

Open
AlperenAkkuncu opened this issue Jan 18, 2024 · 0 comments
Open

Operand Out of Range Error when Compiling #2

AlperenAkkuncu opened this issue Jan 18, 2024 · 0 comments

Comments

@AlperenAkkuncu
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant