Tool/software: TI C/C++ Compiler
Hi all,
I'm trying to start using again my old MSP430G2 launchpad (it's been years since the last time) but this time using Linux, my current setup is:
Distro: Linux Mint 19.1 Tessa 64-bit
Kernel:Linux 4.15.0-96-generic x86_64
Compiler: msp430-elf-gcc (Mitto Systems Limited - msp430-gcc 8.3.1.25) 8.3.1
My laptop only has USB 3.0 ports but I'm using a USB 2.0 cable, I don't know if that forces the port to use such protocol.
If I run the lsusb command I get the next output:
As you can see my system is seeing the board.
Now when I try to run the classic blink example to get started I see the next error when using the debug option for the makefile provided in the msp430-gcc directory
Also as you can see I'm running it with sudo to provide it with root privileges.
Quick question here, do I have to run the command above in one terminal and the the "make debug" in another terminal right?
I've trying to look for similar errors in the forum but I can't find an answer for my particular problem.
Does anyone knows something I might be missing here or what could be the problem or any ideas or where can I search for an answer?
Thank you very much in advance.
Regards, Enrique