https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82551
Bug ID: 82551
Summary: msp430-toolchain imported to eclipse
Product: gcc
Version: 4.8.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: zceeykk at ucl dot ac.uk
Target Milestone: ---
Created attachment 42366
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42366&action=edit
Screenshot
I am currently trying to use TelosB on MAC which is based on MSP430F1611, I
have used TinyOs to program it. However, I want to program the mote using the
Eclipse. Therefore, I have followed this instruction from this link:
"https://openwsn.atlassian.net/wiki/spaces/OW/pages/11534370/msp430gcc+on+Eclipse+with+mspdebug+Preferred".
When I build the project I get this error "make: *** [main.o] Error 4"
Then I tried to upload to the mote I get this error too "
/opt/local/msp430-toolchain-mac_os_x-x86_64-2.2/bin/mspdebug-wrapper: line 7:
17954 Abort trap: 6 `dirname $0`/mspdebug "$@"
dyld: Library not loaded: /opt/local/lib/libreadline.6.2.dylib
Referenced from: /opt/local/msp430-toolchain-mac_os_x-x86_64-2.2/bin/mspdebug
Reason: image not found
/opt/local/msp430-toolchain-mac_os_x-x86_64-2.2/bin/mspdebug-wrapper: line 7:
17954 Abort trap: 6 `dirname $0`/mspdebug "$@"
is there something I can do to fix this?
If I gave a lack of information please tell me!
Thank you!