Hello all,
I've moved to the S32DS 3.5 after few years using S32DS 2.2 IDE. After installing all SDK and all Update package, I'm trying to build the examples and flash them on a s32k116 EVB.
Unfortunately the building shows error an is not completed. In the following I add the details:
EXAMPLE NAME: hello_world_s32k116
TOOLCHAIN: NXP GCC 6.3 for Arm 32-bit Bare-Metal
ERRORS:
CONSOLE:
10:01:35 **** Incremental Build of configuration Debug_FLASH for project hello_world_s32k116 ****
make -j16 all
Building file: ../src/main.c
Building file: ../board/clock_config.c
Building file: ../board/pin_mux.c
Invoking: Standard S32DS C Compiler
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@board/clock_config.args" -MMD -MP -MF"board/clock_config.d" -MT"board/clock_config.o" -o "board/clock_config.o" "../board/clock_config.c"
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@board/clock_config.args" -MMD -MP -MF"board/pin_mux.d" -MT"board/pin_mux.o" -o "board/pin_mux.o" "../board/pin_mux.c"
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [board/subdir.mk:23: board/clock_config.o] Error 1
make: *** Waiting for unfinished jobs....
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [board/subdir.mk:23: board/pin_mux.o] Error 1
Building file: C:/NXP/S32DS.3.5/S32DS/software/S32SDK_S32K1XX_RTM_4.0.1/platform/drivers/src/pins/pins_driver.c
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [src/subdir.mk:20: src/main.o] Error 1
Invoking: Standard S32DS C Compiler
arm-none-eabi-gcc "@SDK/platform/drivers/src/pins/pins_driver.args" -MMD -MP -MF"SDK/platform/drivers/src/pins/pins_driver.d" -MT"SDK/platform/drivers/src/pins/pins_driver.o" -o "SDK/platform/drivers/src/pins/pins_driver.o" "C:/NXP/S32DS.3.5/S32DS/software/S32SDK_S32K1XX_RTM_4.0.1/platform/drivers/src/pins/pins_driver.c"
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [SDK/platform/drivers/src/pins/subdir.mk:23: SDK/platform/drivers/src/pins/pins_driver.o] Error 1
"make -j16 all" terminated with exit code 2. Build might be incomplete.
10:01:36 Build Failed. 5 errors, 0 warnings. (took 584ms)
Solved! Go to Solution.
Hi
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thank you Robin,
this was exactly the issue. My mistake rises because while installing S32DS v3.5 the proposed SDK version is RTM 4.0.1 which is not working.