Hi everybody, im working with KDS + FRDM64F kit, when want to compile a proyect (blink led) i have the next error...
1:13:16 **** Build of configuration Debug for project adar ****
make all
'Building file: ../Sources/main.c'
'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -I"../Sources" -I"../Includes" -std=c99 -MMD -MP -MF"Sources/main.d" -MT"Sources/main.o" -c -o "Sources/main.o" "../Sources/main.c"
'Finished building: ../Sources/main.c'
' '
'Building file: ../Project_Settings/Startup_Code/startup_MK64F12.S'
'Invoking: Cross ARM GNU Assembler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -x assembler-with-cpp -MMD -MP -MF"Project_Settings/Startup_Code/startup_MK64F12.d" -MT"Project_Settings/Startup_Code/startup_MK64F12.o" -c -o "Project_Settings/Startup_Code/startup_MK64F12.o" "../Project_Settings/Startup_Code/startup_MK64F12.S"
'Finished building: ../Project_Settings/Startup_Code/startup_MK64F12.S'
' '
'Building file: ../Project_Settings/Startup_Code/system_MK64F12.c'
'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -I"../Sources" -I"../Includes" -std=c99 -MMD -MP -MF"Project_Settings/Startup_Code/system_MK64F12.d" -MT"Project_Settings/Startup_Code/system_MK64F12.o" -c -o "Project_Settings/Startup_Code/system_MK64F12.o" "../Project_Settings/Startup_Code/system_MK64F12.c"
'Finished building: ../Project_Settings/Startup_Code/system_MK64F12.c'
make: *** Acceso denegado.
. Stop.
make: *** Waiting for unfinished jobs....
I suppose, im having some problem with Cross Compiler.
Affter this, the KDS hangout. Im working as a root user in windows 7 32bits, and a set the configuration in property's proyect to generate a .bin file. ( create a flash image)
Can somebody help me?
thanks