-
Notifications
You must be signed in to change notification settings - Fork 4
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
Setting up FreeSoc2 in Arduino ... C compiler setup issues ... please help #6
Comments
I had the same problem last night with my new FreeSoc2 (ver 11). I set up in win10 with a new installation of Arduino and PSoC Programmer. |
Hi Dave,
Thank you so much. The 1st half worked, at least the complication works.
Can you please let me know what was the programmer option you choose to upload the sketch to the board?
Thank you for your help.
Subu
…________________________________
From: DaveHeffler <[email protected]>
Sent: Wednesday, March 7, 2018 7:35 PM
To: sparkfun/FreeSoc2
Cc: subu65; Author
Subject: Re: [sparkfun/FreeSoc2] Setting up FreeSoc2 in Arduino ... C compiler setup issues ... please help (#6)
I had the same problem last night with my new FreeSoc2 (ver 11). I set up in win10 with a new installation of Arduino and PSoC Programmer.
I found a solution by using Board Manager to install SAM Boards.
In case you are as rusty as I am with the Arduino app, here is a little more detail....
Hit main menu Tools and hover over Board whatever. You will see a long drop down appear with the available boards, none of which in my case were ARM boards. So I moved over and double clicked on the top line that says Board Manager...and the Board Manager popped up. The second item in the list was Arduino SAM boards (32 bit ARM...). Where is the install button? I just clicked anywhere on the SAM entry and the Install button appeared. The rest was easy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsparkfun%2FFreeSoc2%2Fissues%2F6%23issuecomment-371368071&data=02%7C01%7C%7C1237699df11e4595052608d584a5af79%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636560769496373566&sdata=nFaqsiFU%2F9r3VaWOS8MT484M6x82e7Vv1Nn7w1ZUu4Y%3D&reserved=0>, or mute the thread<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAjVctjnDrzgeGo4HNa06G8XSqhiWQkUFks5tcKcTgaJpZM4Sbhn2&data=02%7C01%7C%7C1237699df11e4595052608d584a5af79%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636560769496373566&sdata=PvVyw2CjX4sNQb1VY1KLXDkwrTEVk7z557iPA1ifuEc%3D&reserved=0>.
|
The bootloader for the FreeSoC2 is designed to operate with the AVR109 protocol, the same thing that Arduino Uno and other similar boards use. |
Hi Everyone,
I picked up the FreeSoc2 board from Embedded World and tried setting up, using the guide from SparkFun, but i keep getting the following error:
Arduino: 1.8.5 (Windows 10), Board: "PSoC Dev Board"
Warning: platform.txt from core 'SparkFun PSoC Development Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
exec: "/hardware/tools/psoc/bin/arm-none-eabi-gcc": file does not exist
Error compiling for board PSoC Dev Board.
I tried to make changes to Platform.txt, for the C compiler path name, but still get this message.
Can anyone please help !! Appreciate your support
The text was updated successfully, but these errors were encountered: