Hardy Griech wrote: > Here is my command line for the compiler invocation: > > hardy:~/src/Motexxxx/Multiplexer> gcc --version > gcc (GCC) 3.3.3 (cygwin special)
Did you compile that version yourself, or is it one of the packages available on Sourceforge? I was also able to compile the program with gcc-3.3.4 on Linux. However, from comments of other people on this list, it seems that the ADC module won't work due to a bug in bitfield management in structs, and I need the ADC module. > compiled xxxxMultiplexer to build/telos/main.exe > 35314 bytes in ROM > 4017 bytes in RAM > > As you can see, the programm is not too small - although it is also not > a big one... It certainly is bigger than mine. The compiled code should be around 11k. So the problem seems to be fixed on gcc-3.3.3. Too bad it is not supported anymore! > Perhaps you could also send me your app.c and I will try to compile it > with my compiler!? I'll send it to you by private e-mail, as there's a limit of 40k on messages on this list. Thank you for helping. > PS: use -mstrict-align because otherwise the compiler will generate > invalid code in some cases (valid for 3.2.3) Thanks for the hint! -- Remy Remove underscore and suffix in reply address for a timely response.