STM32CubeIDE: __attribute__((__packed__)) does not work; Build a File - no console output
Hello,
Two questions.
First one: __attribute__((__packed__)) does not work: for a structure
typedef __attribute__((__packed__)) struct a_s {
uint32_t M;
uint16_t V;
uint8_t Data[1];
} Type_A;sizeof(Type_A) returns 8, not 7.
Second one: after STM32CubeIDE update to 1.10.1 when "Build a selected file" (*.c), the file seems to be processed, but NO build results more seen in the CDT Build Console.
Any ideas?