Re: [Tinyos-help] compiling to assembler

2006-10-03 Thread Cory Sharp
Also, as a quick hack, you can run this at the command line to produce a main.exe that actually contains assembly text: CFLAGS=-S make targetCory On 10/2/06, R. Steve McKown [EMAIL PROTECTED] wrote: On Monday 02 October 2006 01:21 pm, jose m wrote: Can be compiled the nesc code to assembler

Re: [Tinyos-help] compiling to assembler

2006-10-02 Thread R. Steve McKown
On Monday 02 October 2006 01:21 pm, jose m wrote: Can be compiled the nesc code to assembler instead to hexadecimal? I created a make support file for tinyos-2.x to create map files from the linker stage, which I occasionally find handy. I threw together an extra file to emit assembly code