#69035 - n0va - Sat Jan 28, 2006 2:10 am
I'm having problems compiling my code. Whenever I assign something to REG_IRQ_HANDER, like this
the compiler gives me this
Can somebody tell me what's going on?
The command I ran is
and I'm using DevKitARM. It doesn't seem to work with DevKitAdv anyway.
Code: |
REG_IRQ_HANDLER = IrqHandler |
Code: |
main.cpp:22: error: assignment of read-only location
main.cpp:22: error: cannot convert 'void ()()' to 'void ()()' in assignment |
Can somebody tell me what's going on?
The command I ran is
Code: |
arm-elf-g++ main.cpp -o main.o -c -g -Wall -mthumb-interwork |