rrozestw / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

Not compling in Mega 2560 #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Dowload the lastes version and install (R5.91)
2. Select Mega 2560/ADK in the board menu
3. Compile the PAL or NTSC demos

What is the expected output? What do you see instead?
Error output when compile:

C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp: In member 
function 'void TVout::render_setup(uint8_t)':
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:730: error: 
'_VID_DDR' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:730: error: 
'_VID_PIN' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:731: error: 
'_SYNC_DDR' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:731: error: 
'_SYNC_PIN' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:732: error: 
'_VID_PORT' was not declared in this scope
C:\Users\[MyUserName]\Documents\Arduino\libraries\TVout\TVout.cpp:733: error: 
'_SYNC_PORT' was not declared in this scope

What version of the product are you using? On what operating system?
R5.91 on Arduino IDE 1.0.5-r2 in Windows 8.

Please provide any additional information below.

I didn't edit any files. Just choose Mega 2560/ADK in the board menu and try 
also by yourself... :)

Original issue reported on code.google.com by ayats...@gmail.com on 14 Jul 2014 at 11:57

GoogleCodeExporter commented 8 years ago
how did you solve this problem

Original comment by corjan.e...@gmail.com on 18 Oct 2014 at 2:29

GoogleCodeExporter commented 8 years ago
Also getting the same issue. Compiles fine on a Uno, identical error when 
compiling for Mega.

Original comment by farktels...@gmail.com on 8 Feb 2015 at 4:04

GoogleCodeExporter commented 8 years ago
getting same issue... mega 2560

Original comment by branyon....@mybcc.net.au on 8 Mar 2015 at 1:47

GoogleCodeExporter commented 8 years ago
The latest is TVoutBeta1.zip and it compiles in IDE 1.6.0 choosing Arduino Mega 
2650.

Original comment by mauge...@gmail.com on 9 Jun 2015 at 7:54