• ubuntu - How to uninstall Arm Development studio and all its requirements
    hi guys. I think this is a ridiculous question and should have ridiculous answer I just installed Arm development studio 2020 in ubunto 20.04 using installation .sh file. after some days of evaluating...
  • Query on glMapBufferOES and glShaderBinary/glProgramBinary support
    I am working on GLES program using ARM GLES3.0 Emulator ver 1.4. I could figure out that 1. glMapBufferOES fails with GL_ELEMENT_ARRAY_BUFFER as target parameter.(ref: http://community.arm.com/thread...
  • query
    WhenI link my program,I meet with the problem as following: Warning L15 : multiple call to segment List two caller: caller1 is a sub_program invoked by my ex1_int serve program caller2: ?c_c51startup...
  • queries
    I have a problem in c51 compiler. i got message as below Build target 'Target 1' compiling hgbmenu.c... HGBMENU.C(41): warning C280: 'check': unreferenced local variable linking... *** ERROR...
  • query
    sir i have developed my own header file in case of lpc2148 arm7 in keil software which is.. #include<lpc214x.h> void gpioset(int port,unsigned long set) { if(port==0) { IO0SET=set; } else {...