Re: New MSP430-GCC releases available
Lev Serebryakov <[email protected]> Mon, 6 Feb 2017 15:12:37 +0300
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <[email protected]> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============6075355507562261622== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="S8Ub2CNC9qLJaS8bltEKcddgfE4AienDO" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --S8Ub2CNC9qLJaS8bltEKcddgfE4AienDO Content-Type: multipart/mixed; boundary="m6Fkx8PKl8Snxwf1RwBSloECB2GofirJI"; protected-headers="v1" From: Lev Serebryakov <[email protected]> To: "Ghannouchi, Youssef" <[email protected]>, "'GCC for MSP430 - http://mspgcc.sf.net'" <[email protected]> Cc: "Miller, Greg" <[email protected]> Message-ID: <[email protected]> Subject: Re: [Mspgcc-users] New MSP430-GCC releases available References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> In-Reply-To: <[email protected]> --m6Fkx8PKl8Snxwf1RwBSloECB2GofirJI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06.02.2017 14:29, Ghannouchi, Youssef wrote: Nope, it still here (in slac460s.zip). It is easily patcheable and don't prevent me from creating a package, but it is still DLL430_v3/src/DLL430_OldApiV3.cpp:1011 ... cm->reset(false, true, 0, NULL); ... > Hi Lev, >=20 > According to the developers, the open source package v3.9.1.2 should fi= x the below issue. > http://www.ti.com/tool/mspds > Please let me know if you still see any problem. >=20 > Regards, > Youssef >=20 >=20 > Texas Instruments Deutschland GmbH, Haggertystr. 1, D-85356 Freising. A= mtsgericht M=C3=BCnchen HRB 40960. Gesch=C3=A4ftsf=C3=BChrer: Andreas Sch= waiger. Vorsitzender des Aufsichtsrates: Dr. Klaus Weisel >=20 > -----Original Message----- > From: Ghannouchi, Youssef > Sent: Monday, November 28, 2016 10:36 AM > To: 'Lev Serebryakov'; 'GCC for MSP430 - http://mspgcc.sf.net' > Cc: Miller, Greg > Subject: RE: [Mspgcc-users] New MSP430-GCC releases available >=20 > Thank you Lev for the feedbacks! I forwarded them to the developers tea= m. >=20 > -----Original Message----- > From: Lev Serebryakov [mailto:[email protected]] > Sent: Monday, November 21, 2016 4:05 PM > To: Ghannouchi, Youssef; 'GCC for MSP430 - http://mspgcc.sf.net' > Cc: Miller, Greg > Subject: Re: [Mspgcc-users] New MSP430-GCC releases available >=20 > On 21.11.2016 10:24, Ghannouchi, Youssef wrote: >> This is typo on the web page. The download link will point you to the >> open source package v3.8.1.0 I will get that fixed. > Thank you again! > BTW, this package contains error (when compiled with clang++ 3.4.1 or = newer), on 64-bit system =E2=80=94 NULL can not be used as uint32_t (and = there are some warnings, too): >=20 > c++ -c -o DLL430_v3/src/DLL430_OldApiV3.o > DLL430_v3/src/DLL430_OldApiV3.cpp -include ./DLL430_v3/src/TI/DLL430/pc= h.h -fPIC -std=3Dc++0x -fvisibility=3Dhidden -fvisibility-inlines-hidden = -Os -I./DLL430_v3/src/TI/DLL430 -I./DLL430_v3/include -I./DLL430_v3/src/T= I/DLL430/EnergyTrace_TSPA > -I./Bios/include -I./ThirdParty/include -I./ThirdParty/BSL430_DLL -I/us= r/local/include -I/usr/local/include/hidapi -DUNIX -DNDEBUG > DLL430_v3/src/DLL430_OldApiV3.cpp:81:38: warning: illegal character enc= oding in string literal [-Winvalid-source-encoding] const char* const err= orStrings[] =3D { ERROR_DEFINITIONS }; > ^ > /usr/home/lev/FreeBSD/ports/devel/msp430-debug-stack/work/./DLL430_v3/i= nclude/MSP430.h:514:79: > note: expanded from macro 'ERROR_DEFINITIONS' > ERROR_DEF(WRONG_TARGET_ARCHITECTURE, "Wrong target architecture= was selected <96> Valid architectures are MSP430 or MSP432_M4.") \ >=20 > ^~~~ > DLL430_v3/src/DLL430_OldApiV3.cpp:80:43: note: expanded from macro 'ERR= OR_DEF' > #define ERROR_DEF(errorEnum, errorString) errorString, > ^ > DLL430_v3/src/DLL430_OldApiV3.cpp:607:11: warning: enumeration values '= UNDEF_IF' and 'SPYBIWIRE_DCDC' not handled in switch [-Wswitch] > switch (type) > ^ > DLL430_v3/src/DLL430_OldApiV3.cpp:961:32: error: cannot initialize a pa= rameter of type 'uint32_t' (aka 'unsigned int') with an rvalue of type 'n= ullptr_t' > cm->reset(false, true, 0, NULL)= ; > ^~~~ > /usr/include/sys/_null.h:35:14: note: expanded from macro 'NULL' > #define NULL nullptr > ^~~~~~~ > /usr/home/lev/FreeBSD/ports/devel/msp430-debug-stack/work/DLL430_v3/src= /TI/DLL430/IConfigManager.h:150:69: > note: passing argument to parameter 'rstHalId' here > virtual bool reset(bool vcc, bool nmi, uint16_t= JtagId, uint32_t rstHalId) =3D 0; >=20 > ^ > DLL430_v3/src/DLL430_OldApiV3.cpp:2295:15: warning: comparison of two v= alues with different enumeration types ('BpAccess' and > 'TI::DLL430::AccessType') [-Wenum-compare] > if (BP_FETCH =3D=3D bpAccess || BP_FETCH_HOLD =3D=3D bpAccess) > ~~~~~~~~ ^ ~~~~~~~~ > DLL430_v3/src/DLL430_OldApiV3.cpp:2295:44: warning: comparison of two v= alues with different enumeration types ('BpAccess' and > 'TI::DLL430::AccessType') [-Wenum-compare] > if (BP_FETCH =3D=3D bpAccess || BP_FETCH_HOLD =3D=3D bpAccess) > ~~~~~~~~~~~~~ ^ ~~~~~~~~ > 4 warnings and 1 error generated. >=20 >=20 > -- > // Black Lion AKA Lev Serebryakov >=20 --=20 // Black Lion AKA Lev Serebryakov --m6Fkx8PKl8Snxwf1RwBSloECB2GofirJI-- --S8Ub2CNC9qLJaS8bltEKcddgfE4AienDO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYmGg1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGOTZEMUNBMEI1RjQzMThCNjc0QjMzMEFF QUIwM0M1OEJGREM0NzhGAAoJEOqwPFi/3EePCmcQAMQsjgRXNbomU1eAzaz3oPtL XMKmMANVm7M2ih9gWVg9wZB5nMgkgBnttN6Guery2PRecHPjWiXMNI3AuJ7B1K6n SrpZHAfEzkGAqVZvV7eHKL4eTP37g3PtcLVkoizdw6tDHCZDb65GTZBsY6a0PhXK 7iGHypqVqs8L3+QU7WRC3dAYbsWgCRVKsGjth2rt6ctJr1LN3hHiMHv2II7yw9lg A57mgMZLhZOv262GS1EImJI0FaWSzfBU0tTSXd06ro1szn9ZyQb06uvJgXvSoZvt t7tPOBYlrlZTU1/bNjc5wBrXgTPNcMv55Newf6uX67YBl640Qsyu0hy5BIcVCh9G +MTnPLLjASk3qCfkxWNsVGe4WagICGmo6AtevX2BlnhGcAAfhHQ63UviE5m6FAPm cIm3rCmv0sGElxVt8yLLbSnUSbk7e5+Tgo/v2UZNB7X9WhHVl/UFGdtIb2XCdnP4 e6esbtBR8XVUWEX/sKKzayYLMHY5QSSx2DWHAUR8QyWqFw6QDnefEhQ4AN19jhjq KQNbxclpCtXnAwl13l/VuaxxX/Tm+lEcHgnsENlQ1kSOS73feZk9/Yjv+t5tETqi s3ON+Yb5+LT7MjOmT81EgyLDbSNrPWxMPQ3CGS1eg3xK4ImpOFa29dB64zR+0NA5 n6rTsJp1KvskFPIi8PbO =v4t2 -----END PGP SIGNATURE----- --S8Ub2CNC9qLJaS8bltEKcddgfE4AienDO-- --===============6075355507562261622== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot --===============6075355507562261622== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users --===============6075355507562261622==--