-
Notifications
You must be signed in to change notification settings - Fork 7
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
USB MSD-base example compile failed on linux machine #14
Comments
@zizimumu Thank you for reporting. I tried on my local Setup and was unable to reproduce the issue. Can you please clean and regenerate using the latest MHC v3.6.5 and latest mblabx plugin v3.6.2 and let us know if it resolves the issue. |
hello, CLEAN SUCCESSFUL (total time: 51ms) BUILD FAILED (exit value 2, total time: 1s) |
it could work now, need to modify the Makefile "./firmware/sam_e54_xpro.X/nbproject/Makefile-sam_e54_xpro.mk" , change '..\src\config\sam_e54_xpro\ATSAME54P20A.ld' to '../src/config/sam_e54_xpro/ATSAME54P20A.ld', it's the difference between "\" and "/", "\" is not supported in linux. |
I also met this issue in other module, the MPLAB linux version or Harmony 3 may not good compatible with linux system |
USB example usb_host_msd_bootloader/test_app/firmware/sam_e54_xpro.X/ shows compile error as bellow:
make[2]: *** No rule to make target '..\src\config\sam_e54_xpro\ATSAME54P20A.ld', needed by 'dist/sam_e54_xpro/production/sam_e54_xpro.X.production.hex'. Stop.
make[2]: *** Waiting for unfinished jobs....
harmony is updated to latest version:
USB : v3.7.0
BSP: v3.8.2
CORE: v3.8.1
XC32: V2.41
Product Version: MPLAB X IDE v5.40
Java: 1.8.0_202; OpenJDK 64-Bit Server VM 25.202-b05
Runtime: OpenJDK Runtime Environment 1.8.0_202-b05
System: Linux version 4.15.0-72-generic running on amd64; UTF-8; en_US (mplab)
The text was updated successfully, but these errors were encountered: