STM32 External Source Files

I am writing some C source code for STM32 in CubeIDE and am trying to separate source code that will be reused on multiple designs into an external library (an external as far as SVN is concerned). In terms of CubeIDE a have a new folder at the top level (same level as the folders… Read More STM32 External Source Files

make `notdir`/`strip` with CURDIR combination seem to have different behaviour in definition versus conditional [comments and variables]

I am using GNU make version 4.2.1 with an Eclipse framework called ‘STM32CubeIDE’. It is structured with targets in sub-directories such as ‘Release’, ‘Debug’ and ‘bootloader’ that have the main makefile. In the directory above, there are optional support files to modify the build behaviour such as, -include ../makefile.init # Define lists of source files… Read More make `notdir`/`strip` with CURDIR combination seem to have different behaviour in definition versus conditional [comments and variables]