That explains the -minvct=64 with the -mmcu=msp430f5172 (using -v with mspgcc that is).
----- Original Message ----- From: Peter Bigot <[email protected]> To: Stephen R Phillips <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Thursday, September 27, 2012 9:00 PM Subject: Re: [Mspgcc-users] mspgcc complains about my isr vectors (a little patience and assistance would be a appreciated) The vectors are not part of the crt0 archive, but are linked in at the same time using the same general infrastructure. There is a separate vector object file for each vector size (16, 32, and 64 element), while the selection of which crt0 archive to use depends on MCU characteristics. Peter ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
