LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   API version mismatch (https://www.linuxquestions.org/questions/programming-9/api-version-mismatch-430004/)

Harold 03-30-2006 09:05 AM

API version mismatch
 
I am attempting to use Linux and cdk4msp to do msp430 firmware development.

I have compiled code for the msp430 using msp430-gcc and now want to download my code to the target board via a jtag emulator connected to the parallel port.

Below is the command I issue and the results. Does anyone know how to overcome this problem?

Thanks!

harold@dhcp199:~> cd swprojects/msp430/test
harold@dhcp199:~/swprojects/msp430/test> make download-jtag
msp430-jtag -e leds.elf
/opt/cdk4msp/bin/msp430-jtag:10: RuntimeWarning: Python C API version mismatch for module _parjtag: This
Python has API version 1012, module _parjtag has version 1011.
import _parjtag
MSP430 parallel JTAG programmer Version: 1.3

An error occoured:
Could not initialize the library (port: /dev/parport0)
make: *** [download-jtag] Error 1
harold@dhcp199:~/swprojects/msp430/test>

Tinkster 03-30-2006 12:26 PM

Moved: This thread is more suitable in <Programming> and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 03:03 PM.