Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export - gcc arm makefile broken for windows #2069

Closed
0xc0170 opened this issue Jun 30, 2016 · 1 comment
Closed

Export - gcc arm makefile broken for windows #2069

0xc0170 opened this issue Jun 30, 2016 · 1 comment

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Jun 30, 2016

Latest master as of today, having problems with creating dirs:

To reproduce:

python tools\build.py -m K64F -t GCC_ARM -r
python tools\project.py -m K64F -i gcc_arm -n RTOS_1 -b

Run make in the exported project:

'[' is not recognized as an internal or external command,
operable program or batch file.
c:/Code/git_repo/github/mbed/.build/export/MBED_10/Makefile:70: warning: overriding commands for target `.s.o'
c:/Code/git_repo/github/mbed/.build/export/MBED_10/Makefile:67: warning: ignoring old commands for target `.s.o'
'[' is not recognized as an internal or external command,
operable program or batch file.
arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb  -c -x assembler-with-cpp -c -Wall -Wextra -Wno-unused-parameter -Wno-miss
ing-field-initializers -fmessage-length=0 -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -funsigned-ch
ar -MMD -fno-delete-null-pointer-checks -fomit-frame-pointer -mcpu=cortex-m0plus -mthumb -O2 -o hal\targets\cmsis\TARGET
_Freescale\TARGET_KLXX\TARGET_KL25Z\TOOLCHAIN_GCC_ARM\startup_MKL25Z4.o c:/Code/git_repo/github/mbed/.build/export/MBED_
10/hal\targets\cmsis\TARGET_Freescale\TARGET_KLXX\TARGET_KL25Z\TOOLCHAIN_GCC_ARM/startup_MKL25Z4.s
'[' is not recognized as an internal or external command,
operable program or batch file.
A subdirectory or file -p already exists.
Error occurred while processing: -p.
make[1]: *** [hal\common\assert.o] Error 1
make: *** [bin] Error 2

cc @theotherjimmy

@theotherjimmy
Copy link
Contributor

I'll get a VM up and test.

@sg- sg- closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants