Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6626 - 6655 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6626
Hi Josh, Thanks for your reply. My makefile didn't have the $ missing on the (OBJ2) - it was just my posting. I still haven't found a way to specify a folder...
Dave Baker
dave_baker_100
Offline Send Email
Jul 2, 2005
8:57 am
6627
... If you showed me how you've defined some of the variables, i.e. CFLAGS, LINKER_FLAGS, and LDSCRIPT I might be able to help....
joshcurtz
Offline Send Email
Jul 2, 2005
1:02 pm
6628
... This needs to be $(OBJ_NOPATH) ... Hope that helps. John...
John Volpe
jtvolpe
Offline Send Email
Jul 2, 2005
1:39 pm
6629
Sorry missed another one. See below........ ... Must be $(OBJ) ... John...
John Volpe
jtvolpe
Offline Send Email
Jul 2, 2005
2:01 pm
6630
Hello there, I am in need of some assistance from all those who have a CME11E9EVBU board. It seems that I cannot run my program correctly. By the way, please...
bgb3514
Offline Send Email
Jul 4, 2005
5:40 am
6631
Hi Dave, ... OBJ_DIR := ./obj #folder for object files # these are my object files: ObjFiles = $(OBJ_DIR)/crtsx.o \ $(OBJ_DIR)/setting.o \ ...
Hubert Moesslein
h69msl
Offline Send Email
Jul 4, 2005
6:12 am
6632
Hubert Thanks for the makefile snippet it is a bit easier to see whats going on with this. However John Volpe's posts have got me up & running with the...
dave_baker_100
Offline Send Email
Jul 4, 2005
10:59 pm
6633
Hi John, Many thanks for your help with my makefile. I've added another dependancy for assembler files & want to put the *.o files in the same obj directory. ...
Dave Baker
dave_baker_100
Offline Send Email
Jul 5, 2005
7:32 am
6634
Hubert ... What is $(ThisFile), just a replacement for $@ ? -- 42Bastian Schick...
42Bastian Schick
bastian42
Offline Send Email
Jul 5, 2005
7:38 am
6635
... $(Thisfile) is a variable that holds the name of the actual makefile. This ensures the rebuild of my project, if anythings changes in the makefile. ... ...
Hubert Moesslein
h69msl
Offline Send Email
Jul 5, 2005
8:33 am
6636
Hi Dave, There are two ways to approach this : 1) Start with the sources and generate object dependencies based on them, or 2) start with the objects and...
John Volpe
jtvolpe
Offline Send Email
Jul 5, 2005
6:26 pm
6637
Hi John, It gets worse! I'm getting "make: Nothing to be done for `bringup. elf'." The makefile looks ok & ./obj/*.o don't exist. I'm pulling my hair out! Any...
dave_baker_100
Offline Send Email
Jul 5, 2005
6:50 pm
6638
Well, the message means you are asking to build that file, but it is already built. Often I just do `make clean` and then see it work....
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 5, 2005
7:20 pm
6639
Jefferson The .elf & .o files don't exist - the makefile must be incorrect... Dave ... my ... and ... and ... "corrected" ... just my ... probably ... Give...
dave_baker_100
Offline Send Email
Jul 5, 2005
7:51 pm
6640
To me it seems strange the lines that I think are rules to make the obj files (in another dir). I've only done it before where I place the elf files in another...
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 5, 2005
9:48 pm
6641
Hi Dave, I just tested the Makefile and it ran under Linux. I have included an "improved" Makefile to be used as a test case. Create a test directory and put...
John Volpe
jtvolpe
Offline Send Email
Jul 6, 2005
12:33 am
6642
I've been a long time lurker on this list, and after a lot of searching, I haven't figured out how to do the following: I'm using an HCS-12 board with 256k of...
Jeremy Wade
wadejer@...
Send Email
Jul 6, 2005
2:39 am
6643
Hi all, I've been lurking for a while and learned a lot, but I'm not quite where I need to be yet. I've got a Axiom CME-12NE64 dev board which uses the...
barryo11
Offline Send Email
Jul 6, 2005
1:55 pm
6644
The only way so far is explicitly in the linker script. This is the moved link to the scripts that are supposed to automate the allocation. ...
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 6, 2005
5:04 pm
6645
I never figured out how to make the directory of hardlinked files. I thought `ln` was supposed to be able to recurse and create them all, but it doesn't....
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 6, 2005
7:57 pm
6646
Oh, it was cp that does it...
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 6, 2005
8:27 pm
6647
Hi Tom and anyone who has succesfully used the malloc.c file from Tom. I'm currently trying to use the malloc routine but I can't get it to build properly. The...
remkomg77
Offline Send Email
Jul 6, 2005
9:20 pm
6648
Hi Remko These do need to be un commented or declared elsewhere. The package was imported from a old compiler so the declares are: #define ULONG unsigned long...
Tom Burrell
tomburrell2003
Offline Send Email
Jul 6, 2005
10:48 pm
6649
Hi Remko, I replied to this a earlier, right after your message, But i havent seen it come back so I will try again. The remarked out declares are needed,...
Tom Burrell
tomburrell2003
Offline Send Email
Jul 6, 2005
10:55 pm
6650
... cpio is a more portable version of this if anyone is interested :) rsync can do it as well. -- Daniel O'Connor software and network engineer for Genesis...
Daniel O'Connor
dariusmk2
Offline Send Email
Jul 7, 2005
1:14 am
6651
I must be a longer-time lurker because this was pretty well known a while ago: http://m68hc11.serveftp.org/m68hc11_tools.php contains this tool: ...
Jefferson Smith
imajeff84663
Online Now Send Email
Jul 7, 2005
2:07 am
6652
Hi all I am facing a problem with COMPOD which when connected the Debugger "NOICE" is not detecting it. Earlier it was working fine. But all of a sudden it is...
Vinn
vinu_ktk
Offline Send Email
Jul 7, 2005
11:05 am
6653
Probably not the correct list, NoICE is a commercial product and help should be sought from the manufacturer. However: - Check your serial port is correctly...
John Gow
jgow@...
Send Email
Jul 7, 2005
11:12 am
6654
... Hello, ... need to be yet. ... HCS12 derivative, ... on the HCS12 (mostly ... appropriate port_def.h). I ... and while it seems ... thoughts or examples...
Andreas Eriksson
id43098
Offline Send Email
Jul 7, 2005
1:14 pm
6655
Since none of the more knowledgeable have answered the map question, I will try. I use a s56 k device but I think you need a memory.x that looks like this: ...
Tom Burrell
tomburrell2003
Offline Send Email
Jul 7, 2005
2:45 pm
Messages 6626 - 6655 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help