Monday, October 28, 2013

AVR32 GCC IDE


AVR32 IDE (C/C++)
- uses AVR32 GNU toolchain
- requires FLIP 3 for uart bootloading
- tested only on eGizmo AVR32 mcu board (AT32UC3L0128)
download:  avr32-gcc-ide-svn191.7z 25MB
svn repo source: 
svn co http://yus-repo.googlecode.com/svn/trunk/AVR32/avr32-ide


forum link:  AVR32 GCC IDE


.

2 comments:

  1. compatible ba sya dito -->>> http://www.e-gizmo.com/KIT/32bit.html

    ReplyDelete
  2. i check the repo link and it seems it can program the AT32UC3C2128C but need to compile.... care to share the compiled version.....i cant compile it in window 10

    log::
    running build
    running build_exe
    Traceback (most recent call last):
    File "setup.py", line 132, in
    executables = [EXE] )
    File "C:\Python27\lib\site-packages\cx_Freeze\dist.py", line 362, in setup
    distutils.core.setup(**attrs)
    File "C:\Python27\lib\distutils\core.py", line 151, in setup
    dist.run_commands()
    File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
    self.run_command(cmd)
    File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
    File "C:\Python27\lib\distutils\command\build.py", line 127, in run
    self.run_command(cmd_name)
    File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
    self.distribution.run_command(command)
    File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
    cmd_obj.run()
    File "C:\Python27\lib\site-packages\cx_Freeze\dist.py", line 232, in run
    freezer.Freeze()
    File "C:\Python27\lib\site-packages\cx_Freeze\freezer.py", line 605, in Freeze
    self._FreezeExecutable(executable)
    File "C:\Python27\lib\site-packages\cx_Freeze\freezer.py", line 157, in _FreezeExecutable
    finder = self._GetModuleFinder(exe)
    File "C:\Python27\lib\site-packages\cx_Freeze\freezer.py", line 345, in _GetModuleFinder
    finder.IncludePackage(name)
    File "C:\Python27\lib\site-packages\cx_Freeze\finder.py", line 686, in IncludePackage
    module = self._ImportModule(name, deferredImports)
    File "C:\Python27\lib\site-packages\cx_Freeze\finder.py", line 386, in _ImportModule
    raise ImportError("No module named %r" % name)
    ImportError: No module named 'serial.win32'

    Done creating Win32 executable.
    -- PhilRobotics --

    ReplyDelete