> I've just installed the latest update of the W32 build of mspgcc. The > compiler now gives me a warning, "'wakeup' attribute directive ignored". > Has the interrupt API changed?
"attribute" wakeup is not defined. This is a defenition for attribute "signal" (by some historical means): #define wakeup __attribute__((signal)) and next is a win32 build issues. So, probably Andreas will answer. ~d > > (2) Having been doing small projects up to now, I've been quite happy > with a single file compilation, using a batch file. Now I want to do > something a bit more complicated, I'm trying to learn to compile and > link multiple files using make. I've copied the lcd example, and tried > to make that, but it says "Installation problem: cannot exec cc1". > > I've tried setting the path to anything I can find containing CC1.exe, > but the problem persists. Can anybody tell me what I am doing wrong? > (W32 build, W2000). > > Thanks > > Paul Burke > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users -- /******************************************************************** ("`-''-/").___..--''"`-._ (\ Dimmy the Wild UA1ACZ `6_ 6 ) `-. ( ).`-.__.`) Enterprise Information Sys (_Y_.)' ._ ) `._ `. ``-..-' Nevsky prospekt, 20 / 44 _..`--'_..-_/ /--'_.' ,' Saint Petersburg, Russia (il),-'' (li),' ((!.-' +7 (812) 3468202, 5585314 ********************************************************************/
