home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os9 / 1434 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.os.os9
  2. Path: sparky!uunet!caen!malgudi.oar.net!picker!peters
  3. From: peters@picker.com (Bill Peters)
  4. Subject: COCO Lev 2 "MAKE"
  5. Message-ID: <1992Nov18.185120.25964@picker.com>
  6. Organization: Picker International, Inc.
  7. Date: Wed, 18 Nov 1992 18:51:20 GMT
  8. Lines: 44
  9.  
  10.  
  11.  
  12. Ive been playing with OS9 lev 2 MAKE and makefile, with no luck.
  13.  
  14. Can anyone help??
  15. I currently am running a COCO3 at home w/512k OS9 L2 and full software
  16. packages, I also have a 4mb home made ramdisk (info is available via
  17. email), a 20 and 40 mb hard drives 3 720k flops (2 5-1/4 1 3-1/2), and a 6'
  18. relocated Tandy mpi, and a home made mpi with 4mb ramdisk 2 6551 uarts also 
  19. relocated about 6 ft.
  20.  
  21. The problem is trying to get MAKE and the makefile to work.
  22.  
  23. I"m currently using make and make files on OSK v2.3 & v2.4 as well as 
  24. SUN IPC/IPX/VME SUN4 systems and have no problem with them, but with "CC1"
  25. on the COCO just dont work the way I expect it to work.
  26.  
  27. As a first try I made a var "CFLAGS" and assigned a -r to it. Ran make and 
  28. produced a .r file as ecpected, and make passed the .r file to the linker
  29. rlink and c.link (rlink moded for use with cc1) depending on the LC var in the 
  30. makefile, but the linker reported an error something like "no main line ...".
  31.  
  32. I can see if the program had multiple .r files and none of them had a main()
  33. in them but this was WORKING .c file with no compile errors.
  34.  
  35. What I need is some pointers on the use of MAKE on the COCO and interactive
  36. function with CC1 or whatever..
  37.  
  38. If anyone can post or email some makefile examples under COCO OS9 L2
  39. they would help alot. I would like to make multiple small .r files and
  40. let make take care of them and reduce the compile time down to something
  41. managable. 
  42.  
  43. Thanks in advance...
  44.  
  45. P.S. If anyone wants info on the relocator or the ramdisk let me know
  46. via Email my address is "peters@xray.picker.com"
  47. or normal mail (USPS) @
  48.     Bill Peters
  49.     314 N. Chestnut
  50.     Ravenna Ohio
  51.     44266
  52.  
  53.  
  54.