Marxon
1
Hi everybody,
maybe someone can help me:
I followed the Mois32 toolchain without problems
and now i want to built the app_skeleton_cpp project but Eclipse gives me this error
D:\D.I.Y\MIOS32SVN\trunk/include/makefile/common.mk:126: *** multiple target patterns. Stop.
what coudt be the reason?
Thanks for any advice.
Best regards Marxon
T.K
2
I googled for “eclipse multiple target patterns”, and this was the first hit:
http://stackoverflow.com/questions/2401976/very-simple-application-fails-with-multiple-target-patterns-from-eclipse
Then I searched in the wiki for “make” and found this one: http://www.midibox.org/dokuwiki/doku.php?id=windows_mios32_toolchain_core
search for “make version check”
So: which make version are you using?
Best Regards, Thorsten.
Marxon
4
Hi again,
the multiple target problem is fixed 
I changed my Eclipse´s build enviroment variables to
MIOS32_PATH
/D/D.I.Y/MIOS32SVN/trunk
MIOS32_BIN_PATH
${MIOS32_PATH}/bin
In my case i stored the content from the svnmios.midibox.org/svn.mios32 folder
in D:\D.I.Y\MIOS32SVN
Thanks for your advice TK!
Best regards
Marxon
Duggle
5
Thanks for posting the solution.
I remember having the exact same problem some time ago but could not remember what I had done to fix it!
JoE55
6
Certainly helped me. Thanks!