analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
881 stars 1.63k forks source link

Symbolic links break Windows MSDK builds #2135

Closed Brandon-Hurst closed 3 months ago

Brandon-Hurst commented 3 months ago

The symbolic links for the maxim_dma .c/.h files break builds out-of-the-box on Windows. Windows does not easily import symlinks from Git.

image

image

Suggested fix: Compile common HAL files via the Makefile includes rather than creating symbolic links.

dbogdan commented 3 months ago

This should fix the issue: https://github.com/analogdevicesinc/no-OS/commit/b2775b22b47ac1109adf166863bb0a033ef8de92

Brandon-Hurst commented 3 months ago

Hi Dragos,

Thanks, that's great! I noticed that the commit does not make the changes for MAX78000. This MCU should have the same changes done as well.