• Simple question about cross-compilation
    Hi, I'm trying to cross-compile a program to run on arm versatile juno r2 development platform. The system where I'm compilling is: Linux lfpm1993-virtual-machine 4.13.0-43-generic #48~16.04.1-Ubuntu...
  • a simple question about PE_SWD
    in a file measure.ini: PE_SWD = 0 /* Disable Watchdog with pin PE_SWD */ but the compiler says "PE_SWD undefined identifier". is there anyone who can tell me what i should do,thanks a lot...
  • Simple question about cross-compilation
    Hi, I'm trying to cross-compile a program to run on arm versatile juno r2 development platform. The system where I'm compilling is: Linux lfpm1993-virtual-machine 4.13.0-43-generic #48~16.04.1-Ubuntu...
  • a simple question about PE_SWD
    in a file measure.ini: PE_SWD = 0 /* Disable Watchdog with pin PE_SWD */ but the compiler says "PE_SWD undefined identifier". is there anyone who can tell me what i should do,thanks a lot...
  • A simple question about assigning number
    Hello, I think I missed something here but I don't get it yet :) this code: long x ; x = 100000 ; generated the following assembly: 00020004 E6F4A086 MOV R4,#0x86A0 00020008 E015 MOV R5,#0x01...