DEBUGOUT give an "make ***[prj.axf] Error 1"

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

DEBUGOUT give an "make ***[prj.axf] Error 1"

466 Views
jespermadsen
Contributor III

I'm trying to use nxp_lpcxpresso_11c24_board_lib DEBUGOUT in my own project.

But I get an "make ***[prj.axf] Error 1" error. 

I can see that the board_lib uses original Redlib semihosting with __write and __readc insted of __sys_write and __sys_readc.

Could this be the problem and how can I solve this?

Labels (2)
0 Kudos
2 Replies

365 Views
jespermadsen
Contributor III

I think I solved the problem..

It was becouse I managed the linker script myself.. because I use a flashpage as emulated eeprom.

And I there for I overlooked the option to build against RedLib(nohost).

0 Kudos

365 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hello Jesper Maden,

    Thank you for your solutions sharing.

     If you still have question in the next time, just create the post and let us know.


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos