S32DS 3.5 building issue with s32k116 Hello World example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS 3.5 building issue with s32k116 Hello World example

Jump to solution
536 Views
NicoloStrozzi
Contributor III

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:

NicoloStrozzi_0-1705482841544.png

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)

 

 

Labels (1)
0 Kudos
Reply
1 Solution
525 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

According to the currently available information, we don’t have any plan to integrate S32SDK S32K1XX 4.0.3 into S32DS 3.5 or above version. Do not use S32K1 SDK 4.0.1 with S32DS v3.5.
It is recommended to install S32K1 SDK RTM 4.0.3 with S32DS Extensions and Updates in S32DS v3.4.
Or install S32K1 RTD 2.0.x with S32DS Extensions and Updates in S32DS v3.5.
 


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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
2 Replies
526 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi

According to the currently available information, we don’t have any plan to integrate S32SDK S32K1XX 4.0.3 into S32DS 3.5 or above version. Do not use S32K1 SDK 4.0.1 with S32DS v3.5.
It is recommended to install S32K1 SDK RTM 4.0.3 with S32DS Extensions and Updates in S32DS v3.4.
Or install S32K1 RTD 2.0.x with S32DS Extensions and Updates in S32DS v3.5.
 


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.
-------------------------------------------------------------------------------

0 Kudos
Reply
468 Views
NicoloStrozzi
Contributor III

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. 

0 Kudos
Reply