s32ds debug errors message

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

s32ds debug errors message

Jump to solution
1,549 Views
sohyunjang
Contributor III

Hi,

I use s32k144 - EVB, S32DS ver1.3 and MTRDEVKSBNK144_S32DS (SW).

When I debug by openSDA, it occured error message.

Error exist in the active configuration of project "MTRDEVKSBNK144_S32DS". Proceed with launch?

And then, I click the"Proceed" Button.

Debug Console blew.

GNU gdb (GNU Tools for ARM Embedded Processors) 7.8.0.20150604-cvs
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-w64-mingw32 --target=arm-none-eabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".


monitor preserve1 0
monitor selectcore 0
Warning: the current language does not match this frame.
continue
Continuing.

What's Problem?

Labels (1)
0 Kudos
1 Solution
1,210 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

it looks like that your project contains some errors and can't be build. Can you please build console output? 

To be sure that previous binaries are gone - clean your project before you build it. 

Jiri

View solution in original post

0 Kudos
3 Replies
1,211 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

it looks like that your project contains some errors and can't be build. Can you please build console output? 

To be sure that previous binaries are gone - clean your project before you build it. 

Jiri

0 Kudos
1,210 Views
sohyunjang
Contributor III

Hi,

I clean the project and then, build it. And there are no Error message for build.

No Error message. However another message is ocurred.

This kind of launch is configured to open the Debug perspective when it suspends.

This Debug perspective is designed to support application debugging.

It incorporates views for displaying the debug stack, variables and breakpoint management.

Do you want to open this perspective now?

what's mean this message?

Thank you.

0 Kudos
1,210 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

This message informs you that S32DS is going to switch into debug view perspective. You can find more info in getting started guide - located in 

[YOUR_INSTALL_PATH]\S32DS_ARM_v2018.R1\S32DS\help\pdf\

Jiri

0 Kudos