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 1207 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
  • clem57
    0 clem57 over 10 years ago

    I have successfully flash a demo for HDMI which shows a repeating Atmel with sound at 720P. But I cannot find an OS that will use the same interface. The OS by default is Yocto 1.6.1. This endeavour looks like the search for the Holy Grail.

    Clem

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

    I have successfully flash a demo for HDMI which shows a repeating Atmel with sound at 720P. But I cannot find an OS that will use the same interface. The OS by default is Yocto 1.6.1. This endeavour looks like the search for the Holy Grail.

    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

    Hi clem57,

    Flashing works for me too.

     

    I struggle with getting code compiled and built into a binary file that I can load.

    I haven't started writing a single line of C yet. First I need to get a working toolchain that can turn my C in a bin file.

    • 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