Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sam_Bertsch

Pages: [1]
1
Thanks for the reply. So, I have question regarding the make file that is create when I build the project.
So, if I set my Build Configuration to MK60N512VMD100_INTERNAL_RAM, then the make file that is created under the directory: C:\ECET_590\uTaskerKinetis\Applications\uTaskerKinetisV1.4-5\KinetisCodeWarrior\MK60N512VMD100_INTERNAL_RAM has a list of -includes that are pointed to the following directory:

-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/uTasker/utFAT/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/uTasker/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/uTasker/uGLCDLIB/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/uTasker/MODBUS/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/stack/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/Hardware/Kinetis/subdir.mk
-include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/Applications/uTaskerV1.4/subdir.mk

My question is, shouldn't the directory be -include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_RAM/... instead of -include Applications/uTaskerV1.4/KinetisCodeWarrior/MK60N512VMD100_INTERNAL_FLASH/...
It appears to me that it is mixing up these two configurations. I will also try your other suggestions to keep this project going.


2
I am working on a project for a class working with the TOWER system with a K60 processor and TWR-LCD module. I have really only worked with Atmel AVR processors and am trying to broaden my knowledge and experience so I chose this development system. Anyway I cannot figure out why my project will not build, but I get this error when attempting to build the project (This is from the Console):

'Regenerating dependency file: uTasker/utFAT/mass_storage.d'
' '
'Building file: C:/ECET_590/uTaskerKinetisV1.4-5/uTasker/utFAT/mass_storage.c'
'Invoking: ARM Compiler'
"C:/Program Files/Freescale/CW MCU v10.1/MCU/ARM_Tools/Command_Line_Tools/mwccarm" -gccinc @@"uTasker/utFAT/mass_storage.args" -o "uTasker/utFAT/mass_storage.obj" -c "C:/ECET_590/uTaskerKinetisV1.4-5/uTasker/utFAT/mass_storage.c" -MD -gccdep
### C:/Program Files/Freescale/CW MCU v10.1/MCU/ARM_Tools/Command_Line_Tools/mwccarm Usage Error:
#   Argument(s) expected
#   while parsing option '-I'

Errors caused tool to abort.
C:\Program Files\Freescale\CW MCU v10.1\gnu\bin\make: *** [uTasker/utFAT/mass_storage.obj] Error 1


Any help with this would be greatly appreciated. I assume it is just a stupid thing I am overlooking, but I am lowering my pride and asking for help anyway. Thanks.

Pages: [1]