Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to run msp430 apps #43

Open
jck opened this issue Dec 1, 2015 · 1 comment
Open

Not possible to run msp430 apps #43

jck opened this issue Dec 1, 2015 · 1 comment

Comments

@jck
Copy link
Contributor

jck commented Dec 1, 2015

There are various problems with the msp430 apps right now:

  • msp430 Makefiles include ../plat/msp430.mk. This relative path does not work when accept changes to the sandbox directory.
  • msp430-activityrec 's Makefile attempts to include the non existent directory $(ACCEPTDIR)/rt/msp430/perfctr. Perhaps accept-apps/plat/msp430rt needs to be moved to accept/rt/msp430?
  • Making rt/acceptrt.msp430.bc fails (after moving plat/msp430rt to rt/msp430) since __accept_roi_result, perfctr_lo, perfctr_hi are undefined indentifiers.
@sampsyo
Copy link
Member

sampsyo commented Dec 1, 2015

Thanks for pointing these out! It looks like some things got out of sync when we spun off the accept-apps repository from the main accept one. I'll look into some fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants