Hi,

The version of mspgcc available in the Ubuntu packages is quite old and is
no longer updated.

I would recommend using the new MSP430-GCC toolchain distributed by TI.
Installers and documentation are available here:
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/6_1_1_0/index_FDS.html
The user guide "SLAU646.pdf" that is linked to on that page provides
details on how to run a "Blink the LED" program on your board.

If you wish to use MSP430-GCC in an IDE instead, you can download Code
Composer Studio which is TI's IDE. MSP430-GCC is included in the IDE.
http://software-dl.ti.com/ccs/esd/documents/ccs_downloads.html

If you have issues with MSP430-GCC, we can provide support for you on the
TI e2e forums http://e2e.ti.com/

Regards,
Jozef


On Thu, Aug 1, 2019 at 10:31 AM Arhitektor <arhitek...@disroot.org> wrote:

> Hello. I am newbe in microcontrollers. I have msp430fr4133. And I want to
> make "hello world" - led blinking on it. For this purpose I used resources:
> https://github.com/jlhonora/mspgcc-install
> www.simplyembedded.org/tutorials/build-msp340-gcc-toolchain/
>
> So I
> - installed lubuntu in virtualbox;
> - apt-get install gcc-msp430;
> - write this code:
>    <include msp430fr4133.h>
>    into main (void)
> {
>
>       return 0;
> }
>
> - then compiled:
> $ msp430gcc -mmcu=msp430fr4133 main.c
> /use/lib/GCC/msp430/4.6.3/../../../..msp430/bin/LD: cannot open linker
> script file memory.x: No such file or directory
> collect2: LD returned 1 exit status
>
>
> In general before previous step I manually add libraries to
> /usr/msp430/include from
> http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html
> msp430-gcc-support-files-1.207.zip
> because compiler complained to lack of msp430fr4133 header.
>
> I'll be thankful for any help.
>
>
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to