LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
@ -29,3 +29,8 @@ E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middleware
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/logging/CMakeFiles/logging.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/logging/CMakeFiles/edit_cache.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/logging/CMakeFiles/rebuild_cache.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/CMakeFiles/lwip.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/CMakeFiles/edit_cache.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/CMakeFiles/rebuild_cache.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/port/CMakeFiles/edit_cache.dir
|
||||
E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/port/CMakeFiles/rebuild_cache.dir
|
||||
|
||||
@ -191,6 +191,25 @@ rule C_STATIC_LIBRARY_LINKER__logging_Debug
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__lwip_unscanned_Debug
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ${LAUNCHER}${CODE_CHECK}D:\ARM_GCC\bin\arm-none-eabi-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER__lwip_Debug
|
||||
command = C:\windows\system32\cmd.exe /C "$PRE_LINK && C:\Users\ZHIZHANKEJI\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe -E rm -f $TARGET_FILE && D:\ARM_GCC\bin\arm-none-eabi-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\ARM_GCC\bin\arm-none-eabi-ranlib.exe $TARGET_FILE && $POST_BUILD"
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for re-running cmake.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user