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?
sha-256 sample application on xCore-200 eXplorer kit
-
- Newbie
- Posts: 1
- Joined: Wed Mar 23, 2016 4:43 pm
-
- Member++
- Posts: 22
- Joined: Thu Apr 10, 2014 9:39 am
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
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