lucky
Microchip staff
   
Reged: Oct 06 2003
Posts: 1184
Loc: Brisbane, Australia
|
|
Quote:
Also another note, the filename when downloaded is "picc-18-pro_9.63PL2.4044-osx.r" and is missing the "un" on the end. Anyone have a fix?
A problem has been identified with the installer file. An update will be available shortly.
-------------------- Matt Luckman
Microchip Technology Inc.
|
loopfuzz
stranger
Reged: Jan 11 2009
Posts: 3
|
|
The install now seems to work. But now I'm getting a error while building (and the same project compiles under the standard picc18 compiler.)
Here is the error I get the console output.
Code:
**** Internal Builder is used for build **** Build error String index out of range: -2
|
jmark1m
Reged: Apr 24 2006
Posts: 5
|
|
I get the same error,
**** Internal Builder is used for build **** Build error String index out of range: -2
What is this? I'm using windows xp, 3.15PL2 Pic 18 std.
Mark J
|
loopfuzz
stranger
Reged: Jan 11 2009
Posts: 3
|
|
Any news on this error? I'm still getting this after I install picc-18-pro_9.63PL2-osx.run
I did install the STD demo version first a while ago (when the pro version install was broken) Could this be a reason why I'm getting this error?
Code:
**** Internal Builder is used for build **** Build error String index out of range: -2
|
arvidtp
stranger
Reged: Aug 17 2008
Posts: 3
Loc: United States
|
|
I was having a problem where Hi-Tide 3.15 would not recognize my picc lite installations on Mac OS X 10.5.6 Intel. When I went to "New > Project…" I would choose "HI-TECH C Project" and then there would be no compiler options. This was quite frustrating.
Here's how I fixed it:
First I did a chmod 777 on my .htsoft.xml file at ~/.htsoft.xml. This lets anyone read or write to it.
Then I added the line
Code:
export HTC_XML=~/.htsoft.xml to /Applications/HI-TIDE.app/Contents/MacOS/hitide.sh just after
Code:
export JAVA_JVM_VERSION=1.5
This sets the HTC_XML environment variable every time Hi-Tide is launched - which I read that somebody on linux had to do in another thread.
I also trashed /etc/htsoft.xml, which seemed out of date - it did not have the latest compiler install listed. Not sure this step actually did anything.
Now it sees the compilers! I won't have to keep switching over to my old powerbook for programing PICs anymore! Testing whether it actually builds is for tomorrow. I must sleep…
|
tychobrahe1911
stranger
Reged: Jan 02 2010
Posts: 1
|
|
I'm trying to install the compiler but I'm running into some problems I hope someone can help me with. I've tried downloading the file again but still get the same results.
Last login: Wed Sep 16 22:36:35 on console russell-gydes-imac:~ russellgyde$ 'cd~/desktop > chmod +x picc-pro_9.65PL1.4700-osx.run > './picc-pro_9.65PL1.4700-osx.run -bash: cd~/desktop chmod +x picc-pro_9.65PL1.4700-osx.run ./picc-pro_9.65PL1.4700-osx.run: No such file or directory russell-gydes-imac:~ russellgyde$
|