EmbeddedRelated.com
The 2024 Embedded Online Conference

AVR / ATiny GNU C-compiler?

Started by Jens Gydesen in comp.arch.embedded19 years ago 1 reply

Hi, Is there a GNU C-Compiler and a free workbench available for the ATiny 13? And where can I find those? Regards Jens

Hi, Is there a GNU C-Compiler and a free workbench available for the ATiny 13? And where can I find those? Regards Jens


Whay is a C compiler ANSI compatible?

Started by Bobby in comp.arch.embedded17 years ago 25 replies

Why is it important for a C compiler to be "ANSI compatible"? Does that have any special advantage with my code?

Why is it important for a C compiler to be "ANSI compatible"? Does that have any special advantage with my code?


IO mapping

Started by faraz_naqvi in comp.arch.embedded15 years ago 2 replies

Hi , I have been working with H8sx1657 processor with hitachi compiler, now i have switched to GNU compiler , i have compiled the same project...

Hi , I have been working with H8sx1657 processor with hitachi compiler, now i have switched to GNU compiler , i have compiled the same project but when i wanted to transfer using emulator it give "NOT ENOUGH MEMOPRY" message , then i change address for .data section then .X file tranfer succefully , after that i want to make port as output but the problem is DDR register is not update , and re...


how to define a memory position variable and give it a value

Started by Mark in comp.arch.embedded20 years ago 10 replies

I've already had Mark A. Odell answer this question saying this can't be done portably. He also sugested me coming to this group with the...

I've already had Mark A. Odell answer this question saying this can't be done portably. He also sugested me coming to this group with the question see if anyone here has some idea on how to do this... I am working on a MSP430 and using IAR ew compiler... Hey all.... I'm trying to do something that should be easy, but my compiler doesn't allow me... I am trying to define a variab


Visual Studio C++ to PIC

Started by Ryan in comp.arch.embedded20 years ago 25 replies

Hi, I'm attempting to compile my C++ application for a PIC microcontroller. I've been told that this can be done, though I'm honestly not sure...

Hi, I'm attempting to compile my C++ application for a PIC microcontroller. I've been told that this can be done, though I'm honestly not sure how to go about doing it. I'd assume I either need a special compiler or some sort of cross-compiler for the specific PIC architecture. However, I have a feeling that my problems will increase even once I get it to compile and run on the microcontr...


problem w using Compiler for MPLAB

Started by mahe in comp.arch.embedded18 years ago 1 reply

Hi I have installed successfully MPLAB 7.11 and Hitech C Compiler v8.53 but the problem is that i able to build through MPLAB but could...

Hi I have installed successfully MPLAB 7.11 and Hitech C Compiler v8.53 but the problem is that i able to build through MPLAB but could not able to run or simulate code in MPLAB simulator can any one please give me suggestion what to do .I am struck up here and struggling a lot. from MK


Free C compiler for MOTOROLA HC08

Started by YB in comp.arch.embedded20 years ago 9 replies

Hi everybody, I'm looking for a free C compiler for HC08. I found SDCC, but the generated code is... bad... VERY bad... Any ideas...

Hi everybody, I'm looking for a free C compiler for HC08. I found SDCC, but the generated code is... bad... VERY bad... Any ideas ? Thanks, -- Yvan http://www.ybdesign.fr


which low price develop tools have C compiler?

Started by yong in comp.arch.embedded20 years ago 15 replies

I want to learn microcontroller. I want to get low price (

I want to learn microcontroller. I want to get low price (


TASKING COMPILER MAP FILE

Started by dk in comp.arch.embedded15 years ago 1 reply

Can somebody give me some clues, on how the map file generated by TASKING COMPILER will have memory size information? Thanks for your time in...

Can somebody give me some clues, on how the map file generated by TASKING COMPILER will have memory size information? Thanks for your time in advance. -dK


TMS470 with IAR C++ Compiler

Started by Hagar in comp.arch.embedded15 years ago 8 replies

Hi all. I'm trying to use C++ and IAR for TMS470 uC's but I'm getting some weird troubles with C++. For example: I have a simple test code...

Hi all. I'm trying to use C++ and IAR for TMS470 uC's but I'm getting some weird troubles with C++. For example: I have a simple test code to receive CAN frames using interrupts. It compiles ok but when the frame arrives the application blows! If I use the same logic and configurations with C compiler everything works perfectly. I did a research for C++ Projects with TMS470 but didn't fi...


Linker/loader directives

Started by goodTweetieBird in comp.arch.embedded16 years ago 1 reply

I am seeking some (hopefully) general information about linker or loader directives that can be used to cause some arrays used in a C program to...

I am seeking some (hopefully) general information about linker or loader directives that can be used to cause some arrays used in a C program to be stored at a particular (NVRAM) location. Could you please recommend some reading material? I suspect it may be compiler dependent. I will be using a Microtek compiler and probably an ARM 7 or 9 processor. Thanx, gtb


getting started on C programming on PIC16F628A, PIC16F690, OR PIC18F2620

Started by ssylee in comp.arch.embedded17 years ago 4 replies

I'm trying to get started with C programming on either one of the PIC microcontrollers in MPLAB IDE using C18 compiler (or any other C compiler...

I'm trying to get started with C programming on either one of the PIC microcontrollers in MPLAB IDE using C18 compiler (or any other C compiler that Microchip makes), however, I'm having some trouble drafting a source code that has, for example, LEDs flashing or display a "Hello World" message through printf() and in such fashion that I can see it on a host computer. Does anyone know any good...


Looking to buy a used embedded cross compiler

Started by Jim in comp.arch.embedded14 years ago 10 replies

Hi, I have this home project and am currently set up with a MS Windows gcc cross compiler to 68000. I did a quick look at the assembler and...

Hi, I have this home project and am currently set up with a MS Windows gcc cross compiler to 68000. I did a quick look at the assembler and saw that when I passed a single variable to a function, it was pushed onto the stack. I think that overhead could cause problems. I'll talk to the gcc guys to see if there's some setting to get around that. But, to plan ahead, I thought I'd casuall...


IC-86 old C compiler for 8086 Intel target CPU

Started by Anonymous in comp.arch.embedded8 years ago

Hello, I am a professional software developer and I need to re-compile an old (> 24 years) C embedded safety critical application running on a...

Hello, I am a professional software developer and I need to re-compile an old (> 24 years) C embedded safety critical application running on a 80186 CPU from Intel and I need to get exactly the same binary code generated with the IC-86 Compiler V4.5 (to keep the validity of the product certification process). I have already found the IC-86 version V4.0 from year 1988, but I really need th


Cross compiler i686-->PowerPC/vxWorks

Started by m.baldasseroni in comp.arch.embedded17 years ago

Good evening, I'm trying to configure gcc 3.4.5 to be cross compiler with i686 as host and powerpc-wxworks (with altivec support) as...

Good evening, I'm trying to configure gcc 3.4.5 to be cross compiler with i686 as host and powerpc-wxworks (with altivec support) as target. I'm working under msys and I'm using the mingws's compiler (gcc 3.4.2). I have lunched configure command as: ../configure --with-gcc --with-gnu-ld --with-gnu-as --with-gnu-ar --enable-threads --target=powerpc-vxworks --enable-language=c,c++ --enabl...


saving variable values from Keil 8051 C compiler

Started by Anonymous in comp.arch.embedded19 years ago 3 replies

Hello list, Thank you for bothering to read my posting on this group. I just have one query and I would like if anybody of you...

Hello list, Thank you for bothering to read my posting on this group. I just have one query and I would like if anybody of you answered it. I have been using the Keil 8051 C Compiler for some time now. In one of the programs I am having the output in a 2500 elements array and it seems that Keil doesn't show results of arrays beyond the 106th element or something like that. ...


Which PIC18 C Compiler?

Started by Talal Itani in comp.arch.embedded17 years ago 87 replies

Hello, I currently have an ICD2 from Microchip. I use it to develop PIC16 code using the MPLAB debugger and assembler. I need to move to the...

Hello, I currently have an ICD2 from Microchip. I use it to develop PIC16 code using the MPLAB debugger and assembler. I need to move to the PIC18 parts and C language, but I am struggling figure out the development tools to get. Do you have any experience with the CCS compiler running with MPLAB and ICD2? ($175 solution) Thanks, Talal


Compilers for Soft Core Processors (as NIOS II)

Started by Jürgen Veith in comp.arch.embedded18 years ago 4 replies

Recently I browsed through some Alteras Nios II documents. That CPU seems to have own instruction set depending from the size version. Further...

Recently I browsed through some Alteras Nios II documents. That CPU seems to have own instruction set depending from the size version. Further custom instructions are possible to implement. There are hints for all kind of developement toos including debuggers but I was not able to find a C Compiler. As far as I understand it is intended that designers have to use a free GNU Compiler. A...


Question about HiTech C with PIC F876

Started by Bob in comp.arch.embedded20 years ago 1 reply

I need to write a checksum routine for the HiTech C Compiler to run on the PIC F876. (I have a working checksum routine for the CCS...

I need to write a checksum routine for the HiTech C Compiler to run on the PIC F876. (I have a working checksum routine for the CCS compiler using the read_program_eerom() compiler routine to access the program space) When I try to access program code space, the PIC reboots. Can anyone tell me why this does not work (or what will work)? Bob Weiman Here is my code: typedef unsigned...


TI's Code Composer does not clear bss data

Started by David Brown in comp.arch.embedded13 years ago 68 replies

I have taken over a project for the msp430 that has been built with TI's Code Composer Studio IDE and compiler. One thing that I have noticed...

I have taken over a project for the msp430 that has been built with TI's Code Composer Studio IDE and compiler. One thing that I have noticed in the documentation is the following paragraph: In ANSI/ISO C, global and static variables that are not explicitly initialized must be set to 0 before program execution. The C/C++ compiler does not perform any preinitialization of uninitializ...



The 2024 Embedded Online Conference