Trying to compile GVRET using Arduino DUE
-
- Posts: 87
- Joined: Sat Nov 14, 2020 9:00 pm
- Location: Toronto
- Has thanked: 1 time
- Been thanked: 12 times
- Contact:
Trying to compile GVRET using Arduino DUE
Hi everyone,
I'm about to start my hand at hacking the CanBus,
I'm following Damien's instruction from the Wiki. https://openinverter.org/wiki/CAN_bus_w ... all_GV-RET
Have all the libraries installed,
The last step is download GRVET and compile and upload to the DUE.
But I get grvet.h missing error, but I have that file installed. (came with the gvret download)
I've been at this for the last 8 hours trying to figure it out but just can't.
Any help would be greatly appreciated.
Thanks
I'm about to start my hand at hacking the CanBus,
I'm following Damien's instruction from the Wiki. https://openinverter.org/wiki/CAN_bus_w ... all_GV-RET
Have all the libraries installed,
The last step is download GRVET and compile and upload to the DUE.
But I get grvet.h missing error, but I have that file installed. (came with the gvret download)
I've been at this for the last 8 hours trying to figure it out but just can't.
Any help would be greatly appreciated.
Thanks
I'll figure this out sooner or later
-
- Posts: 642
- Joined: Sat Jun 06, 2020 6:54 pm
- Location: UK/EU
- Has thanked: 35 times
- Been thanked: 32 times
Re: Trying to compile GVRET using Arduino DUE
You need to remove all 'Master' from folder names. Also you might need to shift folders around or merge them. That is usual when folders arent't named correctly or in wrong places so arduino cannot find the files.
-
- Posts: 642
- Joined: Sat Jun 06, 2020 6:54 pm
- Location: UK/EU
- Has thanked: 35 times
- Been thanked: 32 times
Re: Trying to compile GVRET using Arduino DUE
In fact in your screenshot I can see you have '_master' extension on your GVRET folder name. Collin explicitly states this in his instructions to remove any "_master".
- clanger9
- Posts: 203
- Joined: Mon Oct 28, 2019 7:41 am
- Location: Chester, UK
- Been thanked: 1 time
- Contact:
Re: Trying to compile GVRET using Arduino DUE
From the wiki page you linked to: "Rename the file to remove "-master" or any other postfixes. This is important!"
I hate it when that happens
I hate it when that happens

-
- Posts: 87
- Joined: Sat Nov 14, 2020 9:00 pm
- Location: Toronto
- Has thanked: 1 time
- Been thanked: 12 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
Funny thing is that I'm almost positive that I did rename the file after i download it, in the download folder. but after extracting it the Libraries the master part of of the name came back.
OK I'll keep at it. Thanks.
OK I'll keep at it. Thanks.
I'll figure this out sooner or later
-
- Posts: 87
- Joined: Sat Nov 14, 2020 9:00 pm
- Location: Toronto
- Has thanked: 1 time
- Been thanked: 12 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
OK. new issue.
I started with a clean install of Arduino IDE
Installed all Libraries, (as per Wiki instruction)
renamed Zip files,
renamed extracted files, (-master reappeared after extracted)
All is good until the last step, uploading GRVET file.
Something about "Can-Common" has not been declared,
Picture below is a screen shot.
Can anyone give me a idea what I'm doing wrong?
thanks.
I started with a clean install of Arduino IDE
Installed all Libraries, (as per Wiki instruction)
renamed Zip files,
renamed extracted files, (-master reappeared after extracted)
All is good until the last step, uploading GRVET file.
Something about "Can-Common" has not been declared,
Picture below is a screen shot.
Can anyone give me a idea what I'm doing wrong?
thanks.
I'll figure this out sooner or later
- Jack Bauer
- Posts: 3639
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 279 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
Why not just use the gvret updater? no compilation required.
https://savvycan.com/
https://savvycan.com/GVRETupdate.zip
https://savvycan.com/
https://savvycan.com/GVRETupdate.zip
I'm going to need a hacksaw
- clanger9
- Posts: 203
- Joined: Mon Oct 28, 2019 7:41 am
- Location: Chester, UK
- Been thanked: 1 time
- Contact:
Re: Trying to compile GVRET using Arduino DUE
Good point.
I guess that's Windows only? Not something I have ready access to...
I guess that's Windows only? Not something I have ready access to...
-
- Posts: 87
- Joined: Sat Nov 14, 2020 9:00 pm
- Location: Toronto
- Has thanked: 1 time
- Been thanked: 12 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
UPDATER?
As you probably guessed by now I'm not that computer savvy.
I checked out the website but no instructions.
I have to use step by step instructions from the WIKI or else i'll be completely lost.
Updater sounds great but all I can do is download the file, extract the zip file, open the extracted file, double click on the bossac application file, a black screen pops up for a second, then disappears and goes into LA LA land.
Something tells me I'm doing something wrong.
As you probably guessed by now I'm not that computer savvy.

I checked out the website but no instructions.
I have to use step by step instructions from the WIKI or else i'll be completely lost.
Updater sounds great but all I can do is download the file, extract the zip file, open the extracted file, double click on the bossac application file, a black screen pops up for a second, then disappears and goes into LA LA land.
Something tells me I'm doing something wrong.

I'll figure this out sooner or later
- clanger9
- Posts: 203
- Joined: Mon Oct 28, 2019 7:41 am
- Location: Chester, UK
- Been thanked: 1 time
- Contact:
Re: Trying to compile GVRET using Arduino DUE
Anyway, it's much better if you can build from source because then it's possible to understand how it works
Clean build should work. I'm keen to understand why it's not working for you so I can get the Wiki instructions right.
What files have you got in libraries/can_common ?

Clean build should work. I'm keen to understand why it's not working for you so I can get the Wiki instructions right.
What files have you got in libraries/can_common ?
- clanger9
- Posts: 203
- Joined: Mon Oct 28, 2019 7:41 am
- Location: Chester, UK
- Been thanked: 1 time
- Contact:
Re: Trying to compile GVRET using Arduino DUE
PS: if you send me the Arduino build output in a message, I can take a look. It's hard to decipher from a screenshot...
- Jack Bauer
- Posts: 3639
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 279 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
Did this while waiting for some steel to cool after welding so don't expect hollywood:)
I'm going to need a hacksaw
-
- Posts: 87
- Joined: Sat Nov 14, 2020 9:00 pm
- Location: Toronto
- Has thanked: 1 time
- Been thanked: 12 times
- Contact:
Re: Trying to compile GVRET using Arduino DUE
YOU ARE THE F'N MAN!!!
Thank you!
Thank you!
I'll figure this out sooner or later