rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

Can't set up a basic node - undefined reference error #1287

Open Mcdos22 opened 2 years ago

Mcdos22 commented 2 years ago

Hello, Have followed the instructions to tray and create a CPP node which just the basic wrapper and have spent the morning installing/uninstalling various versions of MinGW and seem to get the same error each time. I wonder if anyone is able to offer some pointers to resolve the issue?

The compilation error:: error gcc -v mingw gcc -v I've also tried using the later versions of MinGW (5.1 and 10.3 with no success, 10.3 threw other errors so tried the 32 bit version of the same and then installed the recommended 4.8.1)

Any suggestions would be welcome.

p.s. this is v 3.2.2 of busmaster on a dell laptop running W10 64 bit build 19042.1889 if that's any use.

Mcdos22 commented 2 years ago

After much messing around I went to another computer with basically the same setup (W10 64 bit etc) and ran the same simple test and it compiled without error straight away. So there must be something odd in the configuration on my first PC. Am struggling to see what the difference is though...