• Errors: Build the toolchain-gcc-9.2 version from sources on ABE framework
    Hi Sir, I'm trying to build toolchain-gcc-9.2 version from sources on ABE framework, but it fails. Canadian Cross Build environment, build on x86_64-linux, host: x86_64 windows, target: ARM. When...
  • Errors: Build the toolchain-gcc-9.2 version from sources on ABE framework
    Hi Sir, I'm trying to build toolchain-gcc-9.2 version from sources on ABE framework, but it fails. Canadian Cross Build environment, build on x86_64-linux, host: x86_64 windows, target: ARM. When...
  • Compiler interpretation of "Types"
    I'm having trouble with my firmware when I pass a value to a function that receives a float (The controller won't initialize correctly). The function is as follow: u16 u16SUPPLY_REF; //Global ...
  • Compiler interpretation of "Types"
    I'm having trouble with my firmware when I pass a value to a function that receives a float (The controller won't initialize correctly). The function is as follow: u16 u16SUPPLY_REF; //Global ...
  • Error '>' bad operand type in keil C51v8.11a
    Error: '>' bad operand type in keil C51v8.11a the code is like this #define Intensity P2_0 #define Adjust p2_1 if(Intensity>Adjust) it is giving error Error: '>' bad operand type ...