multi threading application compilation error

31 views
Skip to first unread message

Nilesh Vora

unread,
Dec 9, 2013, 11:09:09 AM12/9/13
to python-o...@googlegroups.com
Hello

I am trying to port pymite on a marvell controller with which I am facing a problem as stated:

Test No t075 (Testing two threads starting at the same time) which I am trying to compile and I am getting error like

File "/cygdrive/e/designs/test/embedded/lk20_v2/00app/wmsdk_2_11/sample_apps/pymite_test/src/src_pymite/tools/pmImgCreator.py", line 961, in <module>
main()
File "/cygdrive/e/designs/test/embedded/lk20_v2/00app/wmsdk_2_11/sample_apps/pymite_test/src/src_pymite/tools/pmImgCreator.py", line 955, in main
pic.convert_files()
File "/cygdrive/e/designs/test/embedded/lk20_v2/00app/wmsdk_2_11/sample_apps/pymite_test/src/src_pymite/tools/pmImgCreator.py", line 321, in convert_files
co = compile(open(fn).read(), fn, 'exec')
File "/cygdrive/e/designs/test/embedded/lk20_v2/00app/wmsdk_2_11/sample_apps/pymite_test/src/main2.py", line 17
a = 10
^
SyntaxError: invalid syntax

I don't seem to get what possibly can go wrong with a simple assignment statement. Please help.

Reply all
Reply to author
Forward
0 new messages