DeMicroChip / xclm

1 stars 1 forks source link

v2.05 support #1

Open fenugrec opened 4 years ago

fenugrec commented 4 years ago

Hi, this is excellent ! It took a bit of trial and error to make it work on v2.05-linux, because the binaries are arranged differently in the tree:

/opt/microchip/xc8/v2.05/bin/xclm
/opt/microchip/xc8/v2.05/pic/bin/{picc,picc18,cgpic,cgpic18}

I wasn't sure how to modify --testrun cleanly so instead I just created the necessary symlinks.

For reference, here is the output of --testrun on v2.05 (linux):

Digest about 'xclm' : 8a6b651803dd0c1a4b3dab9237627941f87c9754
Search for digest in '/opt/microchip/xc8/v2.05/bin/picc': found at 859824
Search for digest in '/opt/microchip/xc8/v2.05/bin/picc18': found at 858524
Search for digest in '/opt/microchip/xc8/v2.05/bin/cgpic': found at 1203928
Search for digest in '/opt/microchip/xc8/v2.05/bin/cgpic18': found at 1192224
Search for hash table in '/opt/microchip/xc8/v2.05/bin/xclm': found at 2257728
Darthagnon commented 2 weeks ago

@fenugrec Any chance you could build an EXE with your latest changes from #2 and share it here? I tried compiling with cmake, but it refused to work.

fenugrec commented 2 weeks ago

@fenugrec Any chance you could build an EXE

Unfortunately not, I am on linux, but compilation should be fairly problem-free, maybe open an issue with the specific build errors you're getting ?