MC9S12XDP512 board

All home-built FreeEMS implementations without a forum of their own, usually TA-based.
Post Reply
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: MC9S12XDP512 board

Post by Fred »

No need for a defense, you're not under attack :-)

I didn't spec an OS because anything except vista should work.

I didn't specify a folder because i just meant click any folder in order to make sure the menu is available. Assuming you did that, and that it is, I would suggest this:

Make a new folder on the desktop called workspace (i do this when i'm forced to use win)
Right click and choose git bash here
When the black window pops up type "git clone git://github.com/fredcooke/freeems-vanilla.git" it should make a folder and fill it with firmware source.
Then type "cd freeems-vanilla/src"
Then type "make all"
Then smile :-)

Let me know how that works out for you.

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
gixxer-harry
QFP80 - Contributor
Posts: 68
Joined: Sat Nov 26, 2011 11:43 am

Re: MC9S12XDP512 board

Post by gixxer-harry »

Git hub filled the wokspace folder
In the folder are a few files and some document i cant read/open
.cproject and .project README.md files i cant open

Do i need special software to open those files do i need to open those files?
What is supposed to happen?
There stil isnt a icon or programme i can open or startup

Installed Mega Tunix and it works.......kinda
All writing is in squares,i dont think it should do that
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: MC9S12XDP512 board

Post by Fred »

Re mtx squares, that's because it's an old version and internationalisation is broken in it, sorry, forgot about that. I'll direct dave here to get you a new one.

Readme.md is just a text file, get a good text editor:

http://notepad-plus-plus.org/download/v5.9.8.html

and just open it, or view it here:

https://github.com/fredcooke/freeems-vanilla

however, if you did what i said, you'd have built the firmware, so do what i said, and if it doesn't work, report back on why:

"Then type "cd freeems-vanilla/src"
Then type "make all"
Then smile :-)"

There will never be an icon or "program" that you can open with the mouse for the toolchain, it's command line only. If you do the above things it should output "congratulations" at the end.

Let me know how you get on :-)

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
gixxer-harry
QFP80 - Contributor
Posts: 68
Joined: Sat Nov 26, 2011 11:43 am

Re: MC9S12XDP512 board

Post by gixxer-harry »

did it twice now
I dont think it works

I made a folder Workspace and right klicked it

Git bash here,black screen opens and i type the first command
git clone git://github.com/fredcooke/freeems-vanilla.git
Git hub is cloning into the workfolder and is done
I type
cd freeems-vanilla/src

and nothing happens,i type it in again and get this line
sh.exe": cd: freeems-vanilla/src: No such file or directory

I type make all
loads of things are happening in the blackscreen en than it ends whit
cr:/usr/bin/make: Interupt/Extension caught (code + 0xc00000fd,addr = )x4227d3)
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: MC9S12XDP512 board

Post by Peter »

You could try building it through the command prompt.

Click on the windows icon in the lower left hand corner, and type "Command Prompt" into the search bar. Then click on the command prompt program.
Then you should have a black window with something like "C:\Users\Harry>"
If that's what it says you should type "cd C:\Users\Harry\Desktop\Workspace\freeems-vanilla\src"
If that's where the git clone is at.
Then type "make all"

My computer won't build it though the command prompt, but it builds through gitbash. So I don't know what's going on, but I figured it might be worth trying.
:-p
gixxer-harry
QFP80 - Contributor
Posts: 68
Joined: Sat Nov 26, 2011 11:43 am

Re: MC9S12XDP512 board

Post by gixxer-harry »

Thx Peter
Did what you wrote and guess what
Same result
Loads of lines in the comandpromt
and the last line is:
process_begin: CreateProcess<NULL,git describe --dirty=-DEV, ..>failed.

I think it makes things a little more clear
Peter
LQFP144 - On Top Of The Game
Posts: 268
Joined: Tue Dec 27, 2011 5:37 am

Re: MC9S12XDP512 board

Post by Peter »

gixxer-harry wrote:process_begin: CreateProcess<NULL,git describe --dirty=-DEV, ..>failed.
That's what I get out of mine too.

Open the workspace folder and then the freeems-vanilla folder.
Then right click on the src folder and click on Git Bash
The type "make clean s19"
or maybe try "CLIFLAGS="-D TRUCK=1" make clean s19"

The -D TRUCK will set it up for Fred's ute, but you could try it anyway.
I doubt this will work based on what you've already tried, but I have no idea what's causing this "cr:/usr/bin/make: Interupt/Extension caught (code + 0xc00000fd,addr = )x4227d3)" so it might be worth a try.

On second thought you might want to try this first.

This tread viewtopic.php?f=8&t=508&p=6384&hilit=grep#p6384 lists these:
zip
grep
bc
findutils
bzip2
diffutils
tar
file
grep
gzip
patch
from http://gnuwin32.sourceforge.net/packages.html

Everything should be included in the tool chain, but when I was having problems I installed: grep, bc, findutils, diffutils, file, patch
It seems like it helped but I can't remember if something else was wrong too.
:-p
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: MC9S12XDP512 board

Post by Fred »

Harry, can you please post the last 10 lines of the "stuff in the black window" when doing it with git bash, not cmd? It looks like the compiler or *something* is crashing on your windows 7 setup. It's hard to know why, but you may need to run as admin under win 7 for some reason, as it does weird shit to directories etc. Try that too, if you want. The rest of the context might help us fix the issue. Hmm, i think i have the latest, let me upload it for you to try. One moment please.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: MC9S12XDP512 board

Post by Fred »

http://stuff.fredcooke.com/FreeEMS_Tool ... 1-22.1.exe - latest greatest :-) Perhaps it will work better? Or perhaps it will do the same thing. Please post the details from the previous one in full first, and try running the previous one as admin first, then try this.

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
gixxer-harry
QFP80 - Contributor
Posts: 68
Joined: Sat Nov 26, 2011 11:43 am

Re: MC9S12XDP512 board

Post by gixxer-harry »

Sorry
I dont know how to copy just the lkast 10 lines so here is every thing

Welcome to Git (version 1.7.9-preview20120201)


Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.

Harry@HARRY-PC ~/Desktop/Workspace
$

Harry@HARRY-PC ~/Desktop/Workspace
$ git clone git://github.com/fredcooke/freeems-vanilla.git
Cloning into 'freeems-vanilla'...
remote: Counting objects: 6955, done.
remote: Compressing objects: 100% (1714/1714), done.
remote: Total 6955 (delta 5226), reused 6761 (delta 5032)
Receiving objects: 100% (6955/6955), 3.13 MiB | 329 KiB/s, done.
Resolving deltas: 100% (5226/5226), done.

Harry@HARRY-PC ~/Desktop/Workspace
$ cd freeems-vanilla/src

Harry@HARRY-PC ~/Desktop/Workspace/freeems-vanilla/src (master)
$ make all
m68hc11-gcc -MM -MF dependencies/decoders/GM-LT1-CAS-360and8.dd -MT dependencie
s/decoders/GM-LT1-CAS-360and8.d decoders/GM-LT1-CAS-360and8.c
m68hc11-gcc -MM -MF dependencies/decoders/MitsiAndMazda-CAS-4and1.dd -MT depend
encies/decoders/MitsiAndMazda-CAS-4and1.d decoders/MitsiAndMazda-CAS-4and1.c
m68hc11-gcc -MM -MF dependencies/decoders/HallOrOptical-Distributor-4of69.dd -M
T dependencies/decoders/HallOrOptical-Distributor-4of69.d decoders/HallOrOptical
-Distributor-4of69.c
m68hc11-gcc -MM -MF dependencies/decoders/HallOrOptical-Distributor-4of64.dd -M
T dependencies/decoders/HallOrOptical-Distributor-4of64.d decoders/HallOrOptical
-Distributor-4of64.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-30minus2.dd -MT de
pendencies/decoders/MissingTeeth-Crank-30minus2.d decoders/MissingTeeth-Crank-30
minus2.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Cam-6minus2.dd -MT depen
dencies/decoders/MissingTeeth-Cam-6minus2.d decoders/MissingTeeth-Cam-6minus2.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-60minus2.dd -MT de
pendencies/decoders/MissingTeeth-Crank-60minus2.d decoders/MissingTeeth-Crank-60
minus2.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-36minus1.dd -MT de
pendencies/decoders/MissingTeeth-Crank-36minus1.d decoders/MissingTeeth-Crank-36
minus1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-12minus1.dd -MT de
pendencies/decoders/MissingTeeth-Crank-12minus1.d decoders/MissingTeeth-Crank-12
minus1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-8minus1.dd -MT dep
endencies/decoders/MissingTeeth-Crank-8minus1.d decoders/MissingTeeth-Crank-8min
us1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Cam-24minus1.dd -MT depe
ndencies/decoders/MissingTeeth-Cam-24minus1.d decoders/MissingTeeth-Cam-24minus1
.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-TestFile.dd -MT dependen
cies/decoders/MissingTeeth-TestFile.d decoders/MissingTeeth-TestFile.c
m68hc11-gcc -MM -MF dependencies/decoders/EvenTeeth-Both-8and1.dd -MT dependenc
ies/decoders/EvenTeeth-Both-8and1.d decoders/EvenTeeth-Both-8and1.c
m68hc11-gcc -MM -MF dependencies/decoders/EvenTeeth-Both-12and1.dd -MT dependen
cies/decoders/EvenTeeth-Both-12and1.d decoders/EvenTeeth-Both-12and1.c
m68hc11-gcc -MM -MF dependencies/decoders/BenchTest.dd -MT dependencies/decoder
s/BenchTest.d decoders/BenchTest.c
m68hc11-gcc -MM -MF dependencies/decoders/Listener.dd -MT dependencies/decoders
/Listener.d decoders/Listener.c
m68hc11-gcc -MM -MF dependencies/initialisers/TunableConfig2.dd -MT dependencie
s/initialisers/TunableConfig2.d initialisers/TunableConfig2.c
m68hc11-gcc -MM -MF dependencies/initialisers/TunableConfig.dd -MT dependencies
/initialisers/TunableConfig.d initialisers/TunableConfig.c
m68hc11-gcc -MM -MF dependencies/initialisers/TimingTables2.dd -MT dependencies
/initialisers/TimingTables2.d initialisers/TimingTables2.c
m68hc11-gcc -MM -MF dependencies/initialisers/TimingTables.dd -MT dependencies/
initialisers/TimingTables.d initialisers/TimingTables.c
m68hc11-gcc -MM -MF dependencies/initialisers/FuelTables2.dd -MT dependencies/i
nitialisers/FuelTables2.d initialisers/FuelTables2.c
m68hc11-gcc -MM -MF dependencies/initialisers/FuelTables.dd -MT dependencies/in
itialisers/FuelTables.d initialisers/FuelTables.c
m68hc11-gcc -MM -MF dependencies/initialisers/TestTransferTable.dd -MT dependen
cies/initialisers/TestTransferTable.d initialisers/TestTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/MAFTransferTable.dd -MT dependenc
ies/initialisers/MAFTransferTable.d initialisers/MAFTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/CHTTransferTable.dd -MT dependenc
ies/initialisers/CHTTransferTable.d initialisers/CHTTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/IATTransferTable.dd -MT dependenc
ies/initialisers/IATTransferTable.d initialisers/IATTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/FixedConfig2.dd -MT dependencies/
initialisers/FixedConfig2.d initialisers/FixedConfig2.c
m68hc11-gcc -MM -MF dependencies/initialisers/FixedConfig1.dd -MT dependencies/
initialisers/FixedConfig1.d initialisers/FixedConfig1.c
m68hc11-gcc -MM -MF dependencies/xgateVectors.dd -MT dependencies/xgateVectors.
d xgateVectors.c
m68hc11-gcc -MM -MF dependencies/miscISRs.dd -MT dependencies/miscISRs.d miscIS
Rs.c
m68hc11-gcc -MM -MF dependencies/realtimeISRs.dd -MT dependencies/realtimeISRs.
d realtimeISRs.c
m68hc11-gcc -MM -MF dependencies/commsISRs.dd -MT dependencies/commsISRs.d comm
sISRs.c
m68hc11-gcc -MM -MF dependencies/injectionISRs.dd -MT dependencies/injectionISR
s.d injectionISRs.c
m68hc11-gcc -MM -MF dependencies/interrupts.dd -MT dependencies/interrupts.d in
terrupts.c
m68hc11-gcc -MM -MF dependencies/blockDetailsLookup.dd -MT dependencies/blockDe
tailsLookup.d blockDetailsLookup.c
m68hc11-gcc -MM -MF dependencies/commsCore.dd -MT dependencies/commsCore.d comm
sCore.c
m68hc11-gcc -MM -MF dependencies/flashWrite.dd -MT dependencies/flashWrite.d fl
ashWrite.c
m68hc11-gcc -MM -MF dependencies/decoderInterface.dd -MT dependencies/decoderIn
terface.d decoderInterface.c
m68hc11-gcc -MM -MF dependencies/fuelAndIgnitionCalcs.dd -MT dependencies/fuelA
ndIgnitionCalcs.d fuelAndIgnitionCalcs.c
m68hc11-gcc -MM -MF dependencies/derivedVarsGenerator.dd -MT dependencies/deriv
edVarsGenerator.d derivedVarsGenerator.c
m68hc11-gcc -MM -MF dependencies/coreVarsGenerator.dd -MT dependencies/coreVars
Generator.d coreVarsGenerator.c
m68hc11-gcc -MM -MF dependencies/StaticBenchTest.dd -MT dependencies/StaticBenc
hTest.d StaticBenchTest.c
m68hc11-gcc -MM -MF dependencies/globalConstants.dd -MT dependencies/globalCons
tants.d globalConstants.c
m68hc11-gcc -MM -MF dependencies/utils.dd -MT dependencies/utils.d utils.c
m68hc11-gcc -MM -MF dependencies/init.dd -MT dependencies/init.d init.c
m68hc11-gcc -MM -MF dependencies/tableLookup.dd -MT dependencies/tableLookup.d
tableLookup.c
m68hc11-gcc -MM -MF dependencies/main.dd -MT dependencies/main.d main.c
m68hc11-gcc -MM -MF dependencies/staticInit.dd -MT dependencies/staticInit.d st
aticInit.c
m68hc11-gcc -MM -MF dependencies/freeEMS.dd -MT dependencies/freeEMS.d freeEMS.
c
m68hc11-gcc -MM -MF dependencies/decoders/GM-LT1-CAS-360and8.d -MT preprocessed
c/decoders/GM-LT1-CAS-360and8.pp.c decoders/GM-LT1-CAS-360and8.c
m68hc11-gcc -MM -MF dependencies/decoders/MitsiAndMazda-CAS-4and1.d -MT preproc
essedc/decoders/MitsiAndMazda-CAS-4and1.pp.c decoders/MitsiAndMazda-CAS-4and1.c
m68hc11-gcc -MM -MF dependencies/decoders/HallOrOptical-Distributor-4of69.d -MT
preprocessedc/decoders/HallOrOptical-Distributor-4of69.pp.c decoders/HallOrOpti
cal-Distributor-4of69.c
m68hc11-gcc -MM -MF dependencies/decoders/HallOrOptical-Distributor-4of64.d -MT
preprocessedc/decoders/HallOrOptical-Distributor-4of64.pp.c decoders/HallOrOpti
cal-Distributor-4of64.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-30minus2.d -MT pre
processedc/decoders/MissingTeeth-Crank-30minus2.pp.c decoders/MissingTeeth-Crank
-30minus2.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Cam-6minus2.d -MT prepro
cessedc/decoders/MissingTeeth-Cam-6minus2.pp.c decoders/MissingTeeth-Cam-6minus2
.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-60minus2.d -MT pre
processedc/decoders/MissingTeeth-Crank-60minus2.pp.c decoders/MissingTeeth-Crank
-60minus2.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-36minus1.d -MT pre
processedc/decoders/MissingTeeth-Crank-36minus1.pp.c decoders/MissingTeeth-Crank
-36minus1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-12minus1.d -MT pre
processedc/decoders/MissingTeeth-Crank-12minus1.pp.c decoders/MissingTeeth-Crank
-12minus1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Crank-8minus1.d -MT prep
rocessedc/decoders/MissingTeeth-Crank-8minus1.pp.c decoders/MissingTeeth-Crank-8
minus1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-Cam-24minus1.d -MT prepr
ocessedc/decoders/MissingTeeth-Cam-24minus1.pp.c decoders/MissingTeeth-Cam-24min
us1.c
m68hc11-gcc -MM -MF dependencies/decoders/MissingTeeth-TestFile.d -MT preproces
sedc/decoders/MissingTeeth-TestFile.pp.c decoders/MissingTeeth-TestFile.c
m68hc11-gcc -MM -MF dependencies/decoders/EvenTeeth-Both-8and1.d -MT preprocess
edc/decoders/EvenTeeth-Both-8and1.pp.c decoders/EvenTeeth-Both-8and1.c
m68hc11-gcc -MM -MF dependencies/decoders/EvenTeeth-Both-12and1.d -MT preproces
sedc/decoders/EvenTeeth-Both-12and1.pp.c decoders/EvenTeeth-Both-12and1.c
m68hc11-gcc -MM -MF dependencies/decoders/BenchTest.d -MT preprocessedc/decoder
s/BenchTest.pp.c decoders/BenchTest.c
m68hc11-gcc -MM -MF dependencies/decoders/Listener.d -MT preprocessedc/decoders
/Listener.pp.c decoders/Listener.c
m68hc11-gcc -MM -MF dependencies/initialisers/TunableConfig2.d -MT preprocessed
c/initialisers/TunableConfig2.pp.c initialisers/TunableConfig2.c
m68hc11-gcc -MM -MF dependencies/initialisers/TunableConfig.d -MT preprocessedc
/initialisers/TunableConfig.pp.c initialisers/TunableConfig.c
m68hc11-gcc -MM -MF dependencies/initialisers/TimingTables2.d -MT preprocessedc
/initialisers/TimingTables2.pp.c initialisers/TimingTables2.c
m68hc11-gcc -MM -MF dependencies/initialisers/TimingTables.d -MT preprocessedc/
initialisers/TimingTables.pp.c initialisers/TimingTables.c
m68hc11-gcc -MM -MF dependencies/initialisers/FuelTables2.d -MT preprocessedc/i
nitialisers/FuelTables2.pp.c initialisers/FuelTables2.c
m68hc11-gcc -MM -MF dependencies/initialisers/FuelTables.d -MT preprocessedc/in
itialisers/FuelTables.pp.c initialisers/FuelTables.c
m68hc11-gcc -MM -MF dependencies/initialisers/TestTransferTable.d -MT preproces
sedc/initialisers/TestTransferTable.pp.c initialisers/TestTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/MAFTransferTable.d -MT preprocess
edc/initialisers/MAFTransferTable.pp.c initialisers/MAFTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/CHTTransferTable.d -MT preprocess
edc/initialisers/CHTTransferTable.pp.c initialisers/CHTTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/IATTransferTable.d -MT preprocess
edc/initialisers/IATTransferTable.pp.c initialisers/IATTransferTable.c
m68hc11-gcc -MM -MF dependencies/initialisers/FixedConfig2.d -MT preprocessedc/
initialisers/FixedConfig2.pp.c initialisers/FixedConfig2.c
m68hc11-gcc -MM -MF dependencies/initialisers/FixedConfig1.d -MT preprocessedc/
initialisers/FixedConfig1.pp.c initialisers/FixedConfig1.c
m68hc11-gcc -MM -MF dependencies/xgateVectors.d -MT preprocessedc/xgateVectors.
pp.c xgateVectors.c
m68hc11-gcc -MM -MF dependencies/miscISRs.d -MT preprocessedc/miscISRs.pp.c mis
cISRs.c
m68hc11-gcc -MM -MF dependencies/realtimeISRs.d -MT preprocessedc/realtimeISRs.
pp.c realtimeISRs.c
m68hc11-gcc -MM -MF dependencies/commsISRs.d -MT preprocessedc/commsISRs.pp.c c
ommsISRs.c
m68hc11-gcc -MM -MF dependencies/injectionISRs.d -MT preprocessedc/injectionISR
s.pp.c injectionISRs.c
m68hc11-gcc -MM -MF dependencies/interrupts.d -MT preprocessedc/interrupts.pp.c
interrupts.c
m68hc11-gcc -MM -MF dependencies/blockDetailsLookup.d -MT preprocessedc/blockDe
tailsLookup.pp.c blockDetailsLookup.c
m68hc11-gcc -MM -MF dependencies/commsCore.d -MT preprocessedc/commsCore.pp.c c
ommsCore.c
m68hc11-gcc -MM -MF dependencies/flashWrite.d -MT preprocessedc/flashWrite.pp.c
flashWrite.c
m68hc11-gcc -MM -MF dependencies/decoderInterface.d -MT preprocessedc/decoderIn
terface.pp.c decoderInterface.c
m68hc11-gcc -MM -MF dependencies/fuelAndIgnitionCalcs.d -MT preprocessedc/fuelA
ndIgnitionCalcs.pp.c fuelAndIgnitionCalcs.c
m68hc11-gcc -MM -MF dependencies/derivedVarsGenerator.d -MT preprocessedc/deriv
edVarsGenerator.pp.c derivedVarsGenerator.c
m68hc11-gcc -MM -MF dependencies/coreVarsGenerator.d -MT preprocessedc/coreVars
Generator.pp.c coreVarsGenerator.c
m68hc11-gcc -MM -MF dependencies/StaticBenchTest.d -MT preprocessedc/StaticBenc
hTest.pp.c StaticBenchTest.c
m68hc11-gcc -MM -MF dependencies/globalConstants.d -MT preprocessedc/globalCons
tants.pp.c globalConstants.c
m68hc11-gcc -MM -MF dependencies/utils.d -MT preprocessedc/utils.pp.c utils.c
m68hc11-gcc -MM -MF dependencies/init.d -MT preprocessedc/init.pp.c init.c
m68hc11-gcc -MM -MF dependencies/tableLookup.d -MT preprocessedc/tableLookup.pp
.c tableLookup.c
m68hc11-gcc -MM -MF dependencies/main.d -MT preprocessedc/main.pp.c main.c
m68hc11-gcc -MM -MF dependencies/staticInit.d -MT preprocessedc/staticInit.pp.c
staticInit.c
m68hc11-gcc -MM -MF dependencies/freeEMS.d -MT preprocessedc/freeEMS.pp.c freeE
MS.c
c:/usr/bin/make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)


Harry@HARRY-PC ~/Desktop/Workspace/freeems-vanilla/src (master)
$
Post Reply