Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Sponsor

controlSUITE™ software
Comprehensive.
Intuitive.
Optimized.

Real-world software for real-time control. Details Here!

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | 68HC12 | directories for c

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

directories for c - truelove_30 - Apr 11 14:20:16 2008

Does anyone know website that have all the directories that support
the 68hc12. The keep getting missing directory when running sample
program from my textbook.
------------------------------------



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: directories for c - "smith.jeff28" - Apr 11 20:51:17 2008

--- In 6...@yahoogroups.com, "truelove_30" wrote:
>
> Does anyone know website that have all the directories that support
> the 68hc12. The keep getting missing directory when running sample
> program from my textbook.
>

What book are you using? What tools are you using? Which directories
seem to be missing?
------------------------------------



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: Re: directories for c - Jerome Williams - Apr 11 22:29:53 2008

Book: The HCS12/9S12 An Introduction to Software & Hardware Interfacing

tool: engu

missing directory: #include"C:\egnu110\include\lcd.h"

----- Original Message ----
From: smith.jeff28
To: 6...@yahoogroups.com
Sent: Friday, April 11, 2008 8:49:11 PM
Subject: [68HC12] Re: directories for c

--- In 68HC12@yahoogroups. com, "truelove_30" wrote:
>
> Does anyone know website that have all the directories that support
> the 68hc12. The keep getting missing directory when running sample
> program from my textbook.
>

What book are you using? What tools are you using? Which directories
seem to be missing?







[Non-text portions of this message have been removed]
------------------------------------

______________________________
controlSUITE™ software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: directories for c - "smith.jeff28" - Apr 11 23:15:09 2008

Ah, I see you have "THE" book.

http://www.ericengler.com/EmbeddedGNU.aspx

Try going here. If you are using a dragon there is sample code there.
If you are going to find any help, that would be the best place.
Eric is on the forum, so perhaps he will jump in.
I sent him a email asking to help.

------------------------------------



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: directories for c - Eric Engler - Apr 12 16:15:11 2008

--- In 6...@yahoogroups.com, Jerome Williams wrote:
>
> Book: The HCS12/9S12 An Introduction to Software & Hardware Interfacing
>
> tool: engu
>
> missing directory: #include"C:\egnu110\include\lcd.h"

Does the above directory and file actually exist? If not, you should
be able to fix it by specifying the right path in your source code.

You can also check the configuration for include directories and make
sure those exist, also. If not, just remove them from the configuration.

Does your error occur during the make, or does the error pop up before
the make actually starts? See if you have anything on the "make log" tab.

That's a good book, by the way.

Eric
------------------------------------

______________________________
controlSUITE™ software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )