search for: pic30

Displaying 3 results from an estimated 3 matches for "pic30".

Did you mean: pic32
2005 Dec 26
1
Trivial cross compilation problem
Jean-Marc, > I've got no problem cross-compiling with gcc for Blackfin. See the > README.blackfin file. Thank you for your help, Jean-Marc. I get no further with that than I did before, I'm afraid. I get: [willmore@l2 speex-1.1.11.1]$ export CC=pic30-elf-gcc [willmore@l2 speex-1.1.11.1]$ ./configure --enable-fixed-point --host=pic30-elf configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking for a BSD-compatible install... /usr/bin/instal...
2005 Dec 26
2
Trivial cross compilation problem
Hello, all! I'm trying to see if I can get stock Speex to compile for dsPIC using the current release of the gcc compiler targeted for it. I'm stuck at the very beginning of trying to get past the configure stage. Can anyone who cross-compiles give me an example of how they do that? Cheers, David
2016 Jun 09
4
TableGen operand question
Hi, As a way to learn LLVM, I'm trying to write a backend for the Microchip PIC18 8-bit microcontroller. On this device, the hardware stack is very small and is used only for storing function return addresses. A "real" software stack implementation is not very efficient because of the limited instruction set, so for all the non-reentrant functions I've decided to use a similar