|
Post by ghzbob on Dec 8, 2016 11:00:28 GMT
Hello, I have installed arduino IDE 1.6.11 in the default location, it appears as C:\ProgramFiles\Arduino\arduino.exe, Ive extracted and installed the ShieldBuddyMulticoreIDE V1.19 which appears to complete without error. But when I look in boards list there is no shield buddy or multicore or TC725 ...... I have had previous installs of arduino IDE (1.6.13) but I did this as a fresh install although it does pick up my previous board manager packages. Ive tried uninstalling both packages and re-installing with no change.
I installed the eclipse toolchain yesterday and copied the licence across. Windows 7 enterprise. Thanks.
|
|
|
Post by mjb on Dec 9, 2016 9:04:39 GMT
I think the Arduino IDE should have installed to "C:\Program Files (x86)\Arduino". You will probably find that you now have a directory: "C:\Program Files (x86)\Arduino\hardware\aurduino" which contains just the add-in.
I am not sure why the Arduino IDE should have installed to a "C:\ProgramFiles\Arduino\arduino.exe" in Windows7.
I guess we could make the add-in installer install to something other than "C:\Program Files (x86)\Arduino" but we are trying to keep it simple!
|
|
bobc
New Member
Posts: 2
|
Post by bobc on Dec 11, 2016 11:03:49 GMT
I think the Arduino IDE should have installed to "C:\Program Files (x86)\Arduino". You will probably find that you now have a directory: "C:\Program Files (x86)\Arduino\hardware\aurduino" which contains just the add-in. I am not sure why the Arduino IDE should have installed to a "C:\ProgramFiles\Arduino\arduino.exe" in Windows7. I guess we could make the add-in installer install to something other than "C:\Program Files (x86)\Arduino" but we are trying to keep it simple! Depends on 32 or 64 bit, but in general user could install anywhere. Relying on installed paths is rather unreliable. A much better way to support Arduino users is to create an Arduino board package, then users can install from the Boards Manager, and no installer is needed. ghzbob try copying C:\Program Files (x86)\Arduino\hardware\aurduino to C:\Program Files (x86)\Arduino\hardware\aurduino ?
|
|
|
Post by mjb on Dec 11, 2016 11:50:17 GMT
We are looking into making the json file to allow the Arduino board package concept to be used.
|
|
|
Post by ghzbob on Dec 13, 2016 16:20:30 GMT
Yes there is an aurix folder now in Program Files(86), infact theres nothing else in program Files(86) except Arduino/hardware/arduino/aurix. Its a 32 but version of windows 7 as well. The direct copying didn't work as I guess it needs to be referenced somewhere. I'll try installing arduino to the 86 folder.
|
|
|
Post by ghzbob on Dec 14, 2016 13:23:26 GMT
Fixed, installed a fresh non admin arduino ide into Program Files(86) and ran that one. Also had to copy the infeneon folder across from Program Files to Program Files(86). as in other post, no examples.
|
|
|
Post by mjb on Dec 14, 2016 17:21:34 GMT
We have changed the installer to work with 32-bit and 64-bit Windows.
|
|