element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Atmel Xplained Boards
  • Products
  • Dev Tools
  • Atmel Xplained Boards
  • More
  • Cancel
Atmel Xplained Boards
Forum Who has successfully compiled a project of SAMA5D4 GNU Software Package 1.2 for Xplained board on Windows?
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Atmel Xplained Boards to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 7 replies
  • Subscribers 5 subscribers
  • Views 1203 views
  • Users 0 members are here
Related

Who has successfully compiled a project of SAMA5D4 GNU Software Package 1.2 for Xplained board on Windows?

Jan Cumps
Jan Cumps over 10 years ago

I've downloaded SAMA5D4 GNU Software Package 1.2 for Xplained board from http://www.atmel.com/tools/SAMA5D4SOFTWAREPACKAGE.aspx,

and tried to build the projects in there as explained in the documentation folder of that zip file, and by following http://gnuarmeclipse.livius.net/blog/plugins-install/

 

I haven't been able to succeed a single buid. I used the command line, ARM's editor ARM DS-5, and a plain eclipse.

My build fails on a similar line for each build file in that zip:

 

$(subst /,$(SEP),$(OUTPUT_BIN)) $(OUTPUT_PATH):
  mkdir $@

 

 

process_begin: CreateProcess(NULL, arm-none-eabi-gcc -c -Wall -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int -Werror-implicit-function-declaration -Wmain -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused -Wuninitialized -Wunknown-pragmas -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wformat -Wmissing-format-attribute -Wno-deprecated-declarations -Wredundant-decls -Wnested-externs -Winline -Wlong-long -Wunreachable-code -mlong-calls -ffunction-sections -g -O0 -D DEBUG -I../.. -I../../include -I../../../libchip_sama5d4x -I../../../libboard_sama5d4x-Xplained -Dsama5d4x -DTRACE_LEVEL=3 -DDYN_TRACES -UDYN_TRACES -Dprintf=iprintf ../../source/pmecc.c -o debug_sama5d4x_Xplained/pmecc.o, ...) failed.
make (e=2): The system cannot find the file specified.


make[1]: *** [debug_sama5d4x_Xplained/pmecc.o] Error 2

 

ToolChains used: Cross ARM GCC, Arm Compiler 5, 6 and 4 of the DS-5 installation,

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 10 years ago +2
    Answering my own question: I have I read on Received the Atmel SAMA5D4 Xplained Ultra board! Yay! that pettitda had to do this additional download to make it work: GnuWin32 http://sourceforge.net/projects…
Parents
  • Jan Cumps
    0 Jan Cumps over 10 years ago

    Answering my own question: I have image

     

    I read on Received the Atmel SAMA5D4 Xplained Ultra board! Yay! that pettitda had to do this additional download to make it work:

    GnuWin32

    http://sourceforge.net/projects/getgnuwin32/?source=typ_redirect

     

    I did that, executed it's download and install batch files, and now my build are running if I put my path in a particular order (I also think it depends on the strength of earth's magnetism).

     

    21:39:39 **** Incremental Build of configuration Default for project libstoragemedia ****
    make all
    --- Making sama5d4x_Xplained
    make[1]: Entering directory 'C:/Users/Jan/Documents/elektronica/atmel/xplained ultra codepacs/sama5d4x_xplained_softpack_1.2_for_CodeSourcery_201410/Atmel/sama5d4x-xplained/libraries/libstoragemedia/build/gcc'
    mkdir debug_sama5d4x_Xplained
    --- Preparing sama5d4x_Xplained files debug_sama5d4x_Xplained ../../lib Windows_NT gcc
    -------------------------
    *../../source/MEDRamDisk.c ../../source/Media.c ../../source/MEDSdcard.c
    -------------------------
    *MEDRamDisk.o Media.o MEDSdcard.o
    -------------------------
    *debug_sama5d4x_Xplained/MEDRamDisk.o debug_sama5d4x_Xplained/Media.o debug_sama5d4x_Xplained/MEDSdcard.o
    -------------------------
    make[1]: Leaving directory 'C:/Users/Jan/Documents/elektronica/atmel/xplained ultra codepacs/sama5d4x_xplained_softpack_1.2_for_CodeSourcery_201410/Atmel/sama5d4x-xplained/libraries/libstoragemedia/build/gcc'
    make[1]: Entering directory 'C:/Users/Jan/Documents/elektronica/atmel/xplained ultra codepacs/sama5d4x_xplained_softpack_1.2_for_CodeSourcery_201410/Atmel/sama5d4x-xplained/libraries/libstoragemedia/build/gcc'
    mkdir release_sama5d4x_Xplained
    --- Preparing sama5d4x_Xplained files release_sama5d4x_Xplained ../../lib Windows_NT gcc
    -------------------------
    *../../source/MEDRamDisk.c ../../source/Media.c ../../source/MEDSdcard.c
    -------------------------
    *MEDRamDisk.o Media.o MEDSdcard.o
    -------------------------
    *release_sama5d4x_Xplained/MEDRamDisk.o release_sama5d4x_Xplained/Media.o release_sama5d4x_Xplained/MEDSdcard.o
    -------------------------
    make[1]: Leaving directory 'C:/Users/Jan/Documents/elektronica/atmel/xplained ultra codepacs/sama5d4x_xplained_softpack_1.2_for_CodeSourcery_201410/Atmel/sama5d4x-xplained/libraries/libstoragemedia/build/gcc'
    
    
    21:39:41 Build Finished (took 2s.447ms)

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to Jan Cumps

    What hardware are you using and how much time?

    Thanks

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • clem57
    0 clem57 over 10 years ago in reply to Jan Cumps

    What hardware are you using and how much time?

    Thanks

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • Jan Cumps
    0 Jan Cumps over 10 years ago in reply to clem57

    clem57,

    I don't understand the questions. what hardware and time are you asking for?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to Jan Cumps

    Where you  build the the software on (Pc windows maybe) for Atmel SAMA5S4.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 10 years ago in reply to clem57

    Ah, understood image

     

    A Windows 8.1 64 bit on a recent desktop PC.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube