• GETTING ERROR WHILE COMPILING #pragma src
    HI all , i have c programme its around 600lines of coding , bcos of the code size constraint i have to convert it to asm , i used src ie #pragma src.when i compiled i got error 210,input file error...
  • GETTING ERROR WHILE COMPILING #pragma src
    HI all , i have c programme its around 600lines of coding , bcos of the code size constraint i have to convert it to asm , i used src ie #pragma src.when i compiled i got error 210,input file error...
  • Fatal error while using SRC directive C51 V5.5
    Dear Sir, While writing inline assembly using #pragma asm & #pragma endasm I am getting Fatal Error:PARSING INVOKE-/#PRAGMA-LINE RESPECIFIED OR CONFLICTING CONTROL.I set #pragma src on starting...
  • Fatal error while using SRC directive C51 V5.5
    Dear Sir, While writing inline assembly using #pragma asm & #pragma endasm I am getting Fatal Error:PARSING INVOKE-/#PRAGMA-LINE RESPECIFIED OR CONFLICTING CONTROL.I set #pragma src on starting...
  • Failed to call clEnqueueCopyImage between src(clCreateFromEGLImageKHR) and dst(clCreateImage)
    Recently, I tried to use clEnqueueCopyImage for OpenGL/ES interop with OpenCL. However, it just return -59( CL_INVALID_OPERATION ) after calling clEnqueueCopyImage Use glGenTextures to generate input_gl_tex...