Page 1 of 1

sha-256 sample application on xCore-200 eXplorer kit

Posted: Wed Mar 23, 2016 4:55 pm
by philippsteinmann
I am trying to run the SHA256 example app (http://github.xcore.com/sc_crypto/) on the xCore-200 explorer board but get the following message:

.gdbinit: No such file or directory.

connect --adapter-id NwoJy4u9
0x00040000 in ?? ()
load
Binary (xs1_revb) does not match architecture (xs2_reva)

It works fine when I run it in simulator mode.

Any suggestions?

Re: sha-256 sample application on xCore-200 eXplorer kit

Posted: Wed Mar 23, 2016 5:14 pm
by Choughtosh
Hi,

What target have you selected in the Makefile?

For the xCORE-200 Explorer Kit it should be set to XCORE-200-EXPLORER.

The target information is used in the build process to produce the correct binary.

Rob